1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

fix compile error on unixes

This commit is contained in:
Vladislav Vaintroub
2012-04-15 01:54:28 +02:00
parent 0a2afb7259
commit 296167d6d2

View File

@ -29,13 +29,14 @@
#pragma comment(lib, "ws2_32")
#endif
my_bool have_tcpip=0;
extern pthread_key(struct st_my_thread_var*, THR_KEY_mysys);
static void my_win_init(void);
static my_bool win32_init_tcp_ip();
#else
#define my_win_init()
#endif
extern pthread_key(struct st_my_thread_var*, THR_KEY_mysys);
#define SCALE_SEC 100
#define SCALE_USEC 10000