]> git.saurik.com Git - redis.git/blobdiff - deps/jemalloc/src/mutex.c
Query the archive to provide a complete KEYS list.
[redis.git] / deps / jemalloc / src / mutex.c
index 37a843e6e44e717e9c53af400fa5e54d58132fd9..55e18c23713624a2f25fa7750d679d56a3bbcc30 100644 (file)
@@ -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