1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Split raid C function to separate file to make things more portable.

Fixed some portability things in my_gethostbyname_r
Portability fix for type_decimal.test
This commit is contained in:
monty@hundin.mysql.fi
2002-05-27 10:02:00 +03:00
parent 747e8778c9
commit 07886933b8
7 changed files with 42 additions and 19 deletions

View File

@@ -32,11 +32,6 @@
#include <netdb.h>
#include <getopt.h>
#ifdef SCO
#undef h_errno
#define h_errno errno
#endif
#if !defined(_AIX) && !defined(HAVE_UNIXWARE7_THREADS) && !defined(HAVE_UNIXWARE7_POSIX) && !defined(h_errno)
extern int h_errno;
#endif