From: Andreas Schwab Date: Mon, 7 Sep 2009 15:31:52 +0000 (-0700) Subject: Fix malformed #pragma. X-Git-Tag: fedora/glibc-2.10.90-22~1^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d60eb17340768688bd287580c32365c1e925487;p=thirdparty%2Fglibc.git Fix malformed #pragma. --- diff --git a/nptl/ChangeLog b/nptl/ChangeLog index b73ab9cd187..d211635a410 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,7 @@ +2009-09-07 Andreas Schwab + + * sysdeps/pthread/bits/libc-lock.h (BP_SYM): Remove space before paren. + 2009-09-02 Suzuki K P Joseph Myers diff --git a/nptl/sysdeps/pthread/bits/libc-lock.h b/nptl/sysdeps/pthread/bits/libc-lock.h index a597f3b5a65..0cad8aa899b 100644 --- a/nptl/sysdeps/pthread/bits/libc-lock.h +++ b/nptl/sysdeps/pthread/bits/libc-lock.h @@ -529,7 +529,7 @@ extern int __pthread_atfork (void (*__prepare) (void), # if _LIBC # include # else -# define BP_SYM (sym) sym +# define BP_SYM(sym) sym # endif weak_extern (BP_SYM (__pthread_mutex_init)) weak_extern (BP_SYM (__pthread_mutex_destroy))