* sysdeps/mach/libc-lock.h (__libc_lock_define): Backslashify

continuation line.
This commit is contained in:
Miles Bader 1996-07-21 01:34:17 +00:00
parent 0e33ca7b05
commit 5764121c46
2 changed files with 4 additions and 1 deletions

View File

@ -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 If there is only a single descriptor, just use its reply port for
everything and don't bother creating the port set. 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> 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 * crypt/Makefile, crypt/nocrypt.c: Removed. It is illegal to export

View File

@ -34,7 +34,7 @@ typedef struct __libc_lock_opaque__ __libc_lock_t;
definitions, the lock element must come last, because its storage size 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 will not be known outside of libc. (Or you can use a pointer to the
lock structure; i.e. NAME begins with a `*'.) */ 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; CLASS __libc_lock_t NAME;
/* Define an initialized lock variable NAME with storage class CLASS. */ /* Define an initialized lock variable NAME with storage class CLASS. */