about summary refs log tree commit diff
path: root/sysdeps/mach/libc-lock.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/libc-lock.h')
-rw-r--r--sysdeps/mach/libc-lock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/libc-lock.h b/sysdeps/mach/libc-lock.h
index 0639fc6b22..2c39592717 100644
--- a/sysdeps/mach/libc-lock.h
+++ b/sysdeps/mach/libc-lock.h
@@ -34,7 +34,7 @@ typedef struct __libc_lock_opaque__ __libc_lock_t;
    definitions, the lock element must come last, because its storage size
    will not be known outside of libc.  (Or you can use a pointer to the
    lock structure; i.e. NAME begins with a `*'.)  */
-#define __libc_lock_define(CLASS,NAME)
+#define __libc_lock_define(CLASS,NAME) \
   CLASS __libc_lock_t NAME;
 
 /* Define an initialized lock variable NAME with storage class CLASS.  */