summaryrefslogtreecommitdiff
path: root/include/my_pthread.h
diff options
context:
space:
mode:
authorunknown <gkodinov/kgeorge@magare.gmz>2007-08-28 12:22:55 +0300
committerunknown <gkodinov/kgeorge@magare.gmz>2007-08-28 12:22:55 +0300
commit8c31792caec59295e83a9ee928a3c274c5d69fb7 (patch)
tree1b3aa84b6834dad1471c98ff26c673763a4c509f /include/my_pthread.h
parente87d47ea30725c4a59a37fbadf675728cc89e3b5 (diff)
parent06d80f111958ff9bebc9ccb4c58b9ba362484c00 (diff)
downloadmariadb-git-8c31792caec59295e83a9ee928a3c274c5d69fb7.tar.gz
Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.1-opt
into magare.gmz:/home/kgeorge/mysql/autopush/B28284-5.1-opt include/my_pthread.h: Auto merged
Diffstat (limited to 'include/my_pthread.h')
-rw-r--r--include/my_pthread.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/my_pthread.h b/include/my_pthread.h
index 3041d43c773..eb390c2acc4 100644
--- a/include/my_pthread.h
+++ b/include/my_pthread.h
@@ -519,6 +519,7 @@ typedef struct st_my_pthread_fastmutex_t
pthread_mutex_t mutex;
uint spins;
} my_pthread_fastmutex_t;
+void fastmutex_global_init(void);
int my_pthread_fastmutex_init(my_pthread_fastmutex_t *mp,
const pthread_mutexattr_t *attr);