]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix malformed #pragma.
authorAndreas Schwab <schwab@redhat.com>
Mon, 7 Sep 2009 15:31:52 +0000 (08:31 -0700)
committerPetr Baudis <pasky@suse.cz>
Fri, 18 Sep 2009 18:10:02 +0000 (20:10 +0200)
(cherry picked from commit 3d60eb17340768688bd287580c32365c1e925487)

nptl/ChangeLog
nptl/sysdeps/pthread/bits/libc-lock.h

index eaa60cdd740ab3c40d518566f4a13db57ee71922..8b4bce8821abae3ea0e9853d8f01edffdd2a765d 100644 (file)
@@ -1,3 +1,7 @@
+2009-09-07  Andreas Schwab  <schwab@redhat.com>
+
+       * sysdeps/pthread/bits/libc-lock.h (BP_SYM): Remove space before paren.
+
 2009-09-02  Suzuki K P  <suzuki@in.ibm.com>
            Joseph Myers  <joseph@codesourcery.com>
 
index a597f3b5a65c48afb377d613850f5cdfc571466a..0cad8aa899b311520864bab65c774e8587973aed 100644 (file)
@@ -529,7 +529,7 @@ extern int __pthread_atfork (void (*__prepare) (void),
 #  if _LIBC
 #   include <bp-sym.h>
 #  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))