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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user