* sysdeps/mach/libc-lock.h (__libc_lock_define): Backslashify
authorMiles Bader <miles@gnu.org>
Sun, 21 Jul 1996 01:34:17 +0000 (01:34 +0000)
committerMiles Bader <miles@gnu.org>
Sun, 21 Jul 1996 01:34:17 +0000 (01:34 +0000)
continuation line.

ChangeLog
sysdeps/mach/libc-lock.h

index 6482553..9e74775 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,9 @@ Sat Jul 20 13:28:52 1996  Miles Bader  <miles@gnu.ai.mit.edu>
        If there is only a single descriptor, just use its reply port for
        everything and don't bother creating the port set.
 
+       * sysdeps/mach/libc-lock.h (__libc_lock_define): Backslashify
+       continuation line.
+
 Sat Jul 20 07:15:33 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
 
        * crypt/Makefile, crypt/nocrypt.c: Removed.  It is illegal to export
index 0639fc6..2c39592 100644 (file)
@@ -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.  */