summaryrefslogtreecommitdiff
path: root/deps/jemalloc/src/mutex.c
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2012-11-28 18:39:35 +0100
committerantirez <antirez@gmail.com>2012-11-28 18:39:35 +0100
commit7383c3b12920c6ae20f7c64c5db92f59e2b02aa5 (patch)
treeb7d32af471dcaa47435006277702c814adaaf7ac /deps/jemalloc/src/mutex.c
parentdee0b939fcd6650edfd8705f0685cd8430750085 (diff)
downloadredis-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.c2
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