about summary refs log tree commit diff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@systemhalted.org>2012-10-10 23:28:52 -0400
committerCarlos O'Donell <carlos@systemhalted.org>2012-10-10 23:28:52 -0400
commit0d522f6417d91eded2bb771a0cf08cb22e4dbb98 (patch)
tree91ece1e4c9946115d6ec2618b336390351f7c712 /nptl/ChangeLog
parent9d9358f2ebf5dd45c185b1f4d2937325ba721931 (diff)
downloadglibc-0d522f6417d91eded2bb771a0cf08cb22e4dbb98.tar.gz
glibc-0d522f6417d91eded2bb771a0cf08cb22e4dbb98.tar.xz
glibc-0d522f6417d91eded2bb771a0cf08cb22e4dbb98.zip
Fix formatting in nptl/sysdeps/pthread/pthread.h.
The macro pthread_cleanup_push_defer_np in pthread.h has a misaligned
line continuation marker. This marker was previously aligned, but
recent changes have moved it out of alignment. This change realigns
the marker. This also reduces the diff against the hppa version of
pthread.h where the marker is aligned.
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 01ad0b97d6..6faf528bc5 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,7 @@
+2012-10-10  Carlos O'Donell  <carlos@systemhalted.org>
+
+	* sysdeps/pthread/pthread.h: Fix formatting.
+
 2012-10-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
 
 	[BZ #14652]