summaryrefslogtreecommitdiff
path: root/include/my_pthread.h
diff options
context:
space:
mode:
authorunknown <monty@donna.mysql.com>2000-08-31 17:25:30 +0300
committerunknown <monty@donna.mysql.com>2000-08-31 17:25:30 +0300
commitae172fdcc0b77f28e1dc8c2f631e0d16aac086e6 (patch)
tree20cdc22382843d7f3d6ac921a4a5b15104a081e9 /include/my_pthread.h
parent357167f2be19b03ed6f4c0a2674d9743d6785fd2 (diff)
downloadmariadb-git-ae172fdcc0b77f28e1dc8c2f631e0d16aac086e6.tar.gz
Update to get 3.23.23 to compile
acconfig.h: Added better detection of compress acinclude.m4: Added better detection of compress configure.in: Added better detection of compress include/my_pthread.h: Fixed wrong prototype mysys/my_pthread.c: Added cast (for portability) scripts/make_binary_distribution.sh: Added missing conversion sql-bench/compare-results.sh: Update for new web site sql/table.cc: Removed extra free
Diffstat (limited to 'include/my_pthread.h')
-rw-r--r--include/my_pthread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/my_pthread.h b/include/my_pthread.h
index 2a77624b233..bf6a0515ed2 100644
--- a/include/my_pthread.h
+++ b/include/my_pthread.h
@@ -290,7 +290,7 @@ int sigwait(const sigset_t *set, int *sig);
#ifndef HAVE_NONPOSIX_SIGWAIT
#define my_sigwait(A,B) sigwait((A),(B))
#else
-int my_sigwait(sigset_t *set,int *sig);
+int my_sigwait(const sigset_t *set,int *sig);
#endif
#ifdef HAVE_NONPOSIX_PTHREAD_MUTEX_INIT