Skip to content

Commit

Permalink
Fix malformed #pragma.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Schwab authored and Ulrich Drepper committed Sep 7, 2009
1 parent 7a7e49c commit 3d60eb1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions nptl/ChangeLog
Original file line number Diff line number Diff line change
@@ -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>

Expand Down
2 changes: 1 addition & 1 deletion nptl/sysdeps/pthread/bits/libc-lock.h
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 3d60eb1

Please sign in to comment.