summaryrefslogtreecommitdiff
path: root/include/my_pthread.h
diff options
context:
space:
mode:
authorgkodinov/kgeorge@magare.gmz <>2007-08-28 12:22:55 +0300
committergkodinov/kgeorge@magare.gmz <>2007-08-28 12:22:55 +0300
commite3450ecff2019fdfd192e679fd157ba12b5a3287 (patch)
tree1b3aa84b6834dad1471c98ff26c673763a4c509f /include/my_pthread.h
parenta002f3cdb028e17a1c2c30e6cf876d7f14bd3d1d (diff)
parent63d18a6057d4ae95f0e7afe07ec97c75e0da55b8 (diff)
downloadmariadb-git-e3450ecff2019fdfd192e679fd157ba12b5a3287.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
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);