diff options
author | Sergei Golubchik <serg@mysql.com> | 2009-01-19 16:27:49 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mysql.com> | 2009-01-19 16:27:49 +0100 |
commit | 9aa2ada9d007a41d4e58447ea405b646c4d53ea3 (patch) | |
tree | 9bac23eb9d017de4e01e052cef0352cccd8161db /include/waiting_threads.h | |
parent | e3da48ba691f58785e0166c75f8b6fcaabe9c85d (diff) | |
download | mariadb-git-9aa2ada9d007a41d4e58447ea405b646c4d53ea3.tar.gz |
compilation fixes
Diffstat (limited to 'include/waiting_threads.h')
-rw-r--r-- | include/waiting_threads.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/waiting_threads.h b/include/waiting_threads.h index 45c3b140915..1e580529938 100644 --- a/include/waiting_threads.h +++ b/include/waiting_threads.h @@ -123,7 +123,7 @@ int wt_thd_will_wait_for(WT_THD *, WT_THD *, const WT_RESOURCE_ID *); int wt_thd_cond_timedwait(WT_THD *, pthread_mutex_t *); void wt_thd_release(WT_THD *, const WT_RESOURCE_ID *); #define wt_thd_release_all(THD) wt_thd_release((THD), 0) -int wt_resource_id_memcmp(const void *, const void *); +my_bool wt_resource_id_memcmp(const void *, const void *); C_MODE_END |