From b3093073b1ec076ad7ef5ef8b8fca9022864a890 Mon Sep 17 00:00:00 2001 From: Monty Date: Mon, 8 Feb 2016 22:34:41 +0200 Subject: Changed my_thread_id to int64 to fix compilation problem with my_atomic_add32_explicit on windows Fixed that server_audit.c also works if one compiles with safemalloc Fixed compiler warnings --- include/my_pthread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/my_pthread.h b/include/my_pthread.h index 321d44df60a..0209c72f65b 100644 --- a/include/my_pthread.h +++ b/include/my_pthread.h @@ -672,7 +672,7 @@ extern pthread_mutexattr_t my_errorcheck_mutexattr; #define ESRCH 1 #endif -typedef ulong my_thread_id; +typedef int64 my_thread_id; extern void my_threadattr_global_init(void); extern my_bool my_thread_global_init(void); -- cgit v1.2.1