aboutsummaryrefslogtreecommitdiffstats
path: root/thread_pthread.c
diff options
context:
space:
mode:
Diffstat (limited to 'thread_pthread.c')
-rw-r--r--thread_pthread.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/thread_pthread.c b/thread_pthread.c
index 12db73e086..c8ee4e1272 100644
--- a/thread_pthread.c
+++ b/thread_pthread.c
@@ -71,6 +71,8 @@ native_mutex_initialize(pthread_mutex_t *lock)
}
}
+#define native_mutex_reinitialize_atfork(lock) native_mutex_initialize(lock)
+
static void
native_mutex_destroy(pthread_mutex_t *lock)
{