Fix malformed #pragma.
authorAndreas Schwab <schwab@redhat.com>
Mon, 7 Sep 2009 15:31:52 +0000 (08:31 -0700)
committerUlrich Drepper <drepper@redhat.com>
Mon, 7 Sep 2009 15:31:52 +0000 (08:31 -0700)
nptl/ChangeLog
nptl/sysdeps/pthread/bits/libc-lock.h

index b73ab9c..d211635 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 a597f3b..0cad8aa 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))