about summary refs log tree commit diff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2009-09-07 08:31:52 -0700
committerUlrich Drepper <drepper@redhat.com>2009-09-07 08:31:52 -0700
commit3d60eb17340768688bd287580c32365c1e925487 (patch)
tree77bf75b39e336117cca7b5cafc9cec4d96f2c72d /nptl/ChangeLog
parent7a7e49c020125d444fec7fded51bd5f82bfc8c49 (diff)
downloadglibc-3d60eb17340768688bd287580c32365c1e925487.tar.gz
glibc-3d60eb17340768688bd287580c32365c1e925487.tar.xz
glibc-3d60eb17340768688bd287580c32365c1e925487.zip
Fix malformed #pragma.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index b73ab9cd18..d211635a41 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -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>