From 5764121c46f961be40559886031cbc044544a987 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Sun, 21 Jul 1996 01:34:17 +0000 Subject: * sysdeps/mach/libc-lock.h (__libc_lock_define): Backslashify continuation line. --- sysdeps/mach/libc-lock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps') diff --git a/sysdeps/mach/libc-lock.h b/sysdeps/mach/libc-lock.h index 0639fc6..2c39592 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. */ -- cgit v1.1