]> sourceware.org Git - glibc.git/commitdiff
Fix formatting in nptl/sysdeps/pthread/pthread.h.
authorCarlos O'Donell <carlos@systemhalted.org>
Thu, 11 Oct 2012 03:28:52 +0000 (23:28 -0400)
committerCarlos O'Donell <carlos@systemhalted.org>
Thu, 11 Oct 2012 03:28:52 +0000 (23:28 -0400)
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
nptl/sysdeps/pthread/pthread.h

index 01ad0b97d6aecc1e7db6409744b652fe9f5f8a89..6faf528bc59de9290badf7eb40aa28f5631c7b7d 100644 (file)
@@ -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]
index 00cc7e8543152a69b0663b3e7dd95ca812310822..139be05ba8c051880c33033080b9219cb82c90d5 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2011, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2012 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -694,7 +694,7 @@ extern void __pthread_unregister_cancel (__pthread_unwind_buf_t *__buf)
     void *__cancel_arg = (arg);                                                      \
     int __not_first_call = __sigsetjmp ((struct __jmp_buf_tag *) (void *)     \
                                        __cancel_buf.__cancel_jmp_buf, 0);    \
-    if (__glibc_unlikely (__not_first_call))                         \
+    if (__glibc_unlikely (__not_first_call))                                 \
       {                                                                              \
        __cancel_routine (__cancel_arg);                                      \
        __pthread_unwind_next (&__cancel_buf);                                \
This page took 0.053616 seconds and 5 git commands to generate.