Bug#43397 mysql headers redefine pthread_mutex_init
unnecessarily Changing an instance of the define that was missed in the original commit due to the fact that it was misspelled.
This commit is contained in:
parent
b66b3c1635
commit
00e6c3a89e
@ -160,7 +160,7 @@ typedef uint rf_SetTimer;
|
|||||||
#define isnan(X) _isnan(X)
|
#define isnan(X) _isnan(X)
|
||||||
#define finite(X) _finite(X)
|
#define finite(X) _finite(X)
|
||||||
|
|
||||||
#ifndef UNDEF_THREAD_HACK
|
#ifndef MYSQL_CLIENT_NO_THREADS
|
||||||
#define THREAD
|
#define THREAD
|
||||||
#endif
|
#endif
|
||||||
#define VOID_SIGHANDLER
|
#define VOID_SIGHANDLER
|
||||||
|
Loading…
x
Reference in New Issue
Block a user