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