]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* 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 64825538cacc568054970eedffbc934aa194c7bb..9e74775b76d4ad67d2c99da20ae135bff1b9194a 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 0639fc6b22ba7ae740d04869585348cba58161e5..2c39592717b78a320916a293c80eb8b2a7d2fb37 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.  */