diff options
author | unknown <monty@hundin.mysql.fi> | 2002-08-08 03:14:44 +0300 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2002-08-08 03:14:44 +0300 |
commit | a9c47d8cfc9d93dd93409c3d3681a4f726a456e5 (patch) | |
tree | e700bcb0baacd3c2e36818839eb18c8744ddf5dd /mysys/my_semaphore.c | |
parent | 7448e105224e2b3808789ab2b77e0268acf45321 (diff) | |
download | mariadb-git-a9c47d8cfc9d93dd93409c3d3681a4f726a456e5.tar.gz |
Fix for Intel compiler (ecc)
Minor cleanups to other patches.
Make --temp-pool default
Docs/manual.texi:
Changelog
configure.in:
Fix for Intel compiler (ecc)
include/my_global.h:
Cleaned up QNX specific code.
include/my_pthread.h:
Safety
include/my_semaphore.h:
Cleaned up BSDI fix.
mysys/my_pthread.c:
Code comments
mysys/my_semaphore.c:
Fix for BSDI
sql/mysqld.cc:
Make --temp-pool default
sql/sql_parse.cc:
Safety
Diffstat (limited to 'mysys/my_semaphore.c')
-rw-r--r-- | mysys/my_semaphore.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysys/my_semaphore.c b/mysys/my_semaphore.c index de4aac1cdbd..2dd224cd99e 100644 --- a/mysys/my_semaphore.c +++ b/mysys/my_semaphore.c @@ -21,6 +21,7 @@ #include <my_global.h> #include <my_semaphore.h> +#include <errno.h> #if !defined(__WIN__) && !defined(HAVE_SEMAPHORE_H) |