about summary refs log tree commit diff
path: root/mach/mutex-init.c
diff options
context:
space:
mode:
Diffstat (limited to 'mach/mutex-init.c')
-rw-r--r--mach/mutex-init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mach/mutex-init.c b/mach/mutex-init.c
index 776fec5506..a8f238c722 100644
--- a/mach/mutex-init.c
+++ b/mach/mutex-init.c
@@ -24,3 +24,4 @@ __mutex_init (void *lock)
 {
   *(int *)lock = LLL_INITIALIZER;
 }
+libc_hidden_def (__mutex_init)