diff options
author | monty@hundin.mysql.fi <> | 2002-08-12 04:04:43 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-08-12 04:04:43 +0300 |
commit | 3ef9d44edcd3db115d03a6ed7e896c662ad2182e (patch) | |
tree | 4ba65b7347df0448111dd1a3ab055bc2c8a1c6dc /include/my_no_pthread.h | |
parent | c99c1fd38439a7c529dc24c03c5ff586ba694c57 (diff) | |
parent | d825808a726960fa4fde7d4569c2d95014ca440f (diff) | |
download | mariadb-git-3ef9d44edcd3db115d03a6ed7e896c662ad2182e.tar.gz |
merge with 3.23.52
Diffstat (limited to 'include/my_no_pthread.h')
-rw-r--r-- | include/my_no_pthread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/my_no_pthread.h b/include/my_no_pthread.h index 81c0de580db..0a034f78192 100644 --- a/include/my_no_pthread.h +++ b/include/my_no_pthread.h @@ -20,7 +20,7 @@ environment, easier to use. */ -#if !defined(_my_no_pthread_h) && !defined(THREADS) +#if !defined(_my_no_pthread_h) && !defined(THREAD) #define _my_no_pthread_h #define pthread_mutex_init(A,B) |