diff options
author | antirez <antirez@gmail.com> | 2012-11-28 18:39:35 +0100 |
---|---|---|
committer | antirez <antirez@gmail.com> | 2012-11-28 18:39:35 +0100 |
commit | 7383c3b12920c6ae20f7c64c5db92f59e2b02aa5 (patch) | |
tree | b7d32af471dcaa47435006277702c814adaaf7ac /deps/jemalloc/src/mutex.c | |
parent | dee0b939fcd6650edfd8705f0685cd8430750085 (diff) | |
download | redis-7383c3b12920c6ae20f7c64c5db92f59e2b02aa5.tar.gz |
Jemalloc updated to version 3.2.0.
Diffstat (limited to 'deps/jemalloc/src/mutex.c')
-rw-r--r-- | deps/jemalloc/src/mutex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/jemalloc/src/mutex.c b/deps/jemalloc/src/mutex.c index 37a843e6e..55e18c237 100644 --- a/deps/jemalloc/src/mutex.c +++ b/deps/jemalloc/src/mutex.c @@ -64,7 +64,7 @@ pthread_create(pthread_t *__restrict thread, /******************************************************************************/ #ifdef JEMALLOC_MUTEX_INIT_CB -int _pthread_mutex_init_calloc_cb(pthread_mutex_t *mutex, +JEMALLOC_EXPORT int _pthread_mutex_init_calloc_cb(pthread_mutex_t *mutex, void *(calloc_cb)(size_t, size_t)); #endif |