From 0d522f6417d91eded2bb771a0cf08cb22e4dbb98 Mon Sep 17 00:00:00 2001 From: Carlos O'Donell Date: Wed, 10 Oct 2012 23:28:52 -0400 Subject: 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. --- nptl/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nptl/ChangeLog') diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 01ad0b9..6faf528 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,7 @@ +2012-10-10 Carlos O'Donell + + * sysdeps/pthread/pthread.h: Fix formatting. + 2012-10-10 Siddhesh Poyarekar [BZ #14652] -- cgit v1.1