diff options
author | gkodinov/kgeorge@magare.gmz <> | 2007-08-28 12:22:55 +0300 |
---|---|---|
committer | gkodinov/kgeorge@magare.gmz <> | 2007-08-28 12:22:55 +0300 |
commit | e3450ecff2019fdfd192e679fd157ba12b5a3287 (patch) | |
tree | 1b3aa84b6834dad1471c98ff26c673763a4c509f /include/my_pthread.h | |
parent | a002f3cdb028e17a1c2c30e6cf876d7f14bd3d1d (diff) | |
parent | 63d18a6057d4ae95f0e7afe07ec97c75e0da55b8 (diff) | |
download | mariadb-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.h | 1 |
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); |