diff options
author | monty@hundin.mysql.fi <> | 2002-05-16 23:35:09 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-05-16 23:35:09 +0300 |
commit | 0c5c517db61c8d1e0753a310ec38d0c6b41827b2 (patch) | |
tree | cbcb80b627d5f9bc7c0b27150bbdef3cd36d22aa /mysys/my_pthread.c | |
parent | f5ed8784a24f12262bd01be3df63d5c891adf306 (diff) | |
download | mariadb-git-0c5c517db61c8d1e0753a310ec38d0c6b41827b2.tar.gz |
Fixed some compilation problems in last changeset
Diffstat (limited to 'mysys/my_pthread.c')
-rw-r--r-- | mysys/my_pthread.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mysys/my_pthread.c b/mysys/my_pthread.c index 209b61159ec..0ac35123ad0 100644 --- a/mysys/my_pthread.c +++ b/mysys/my_pthread.c @@ -415,7 +415,8 @@ int my_pthread_cond_init(pthread_cond_t *mp, const pthread_condattr_t *attr) Note that currently we only remap pthread_ functions used by MySQL. If we are depending on the value for some other pthread_xxx functions, - this has to be added here + this has to be added here. +****************************************************************************/ #if defined(HPUX) || defined(HAVE_BROKEN_PTHREAD_COND_TIMEDWAIT) |