diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | nptl/ChangeLog | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog index 3c640dd8f2..96338afd33 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,9 +12,10 @@ (set_obp_int): New function. (get_obp_int): New function. (__get_clockfreq_via_dev_openprom): Likewise. - * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P): Avoid - unused variable warnings on 'val' and use builtin_expect. - (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with builtin_expect. + * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P): + Avoid unused variable warnings on 'val' and use builtin_expect. + (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with + builtin_expect. (INLINE_CLONE_SYSCALL): Likewise. 2012-03-05 David S. Miller <davem@davemloft.net> diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 57a9b10d3c..dea5049a30 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -6,8 +6,8 @@ 2012-02-27 David S. Miller <davem@davemloft.net> - * sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h: Don't refer to non-existing - __pthread_attr. + * sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h: Don't refer to + non-existing __pthread_attr. * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Likewise. * sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Likewise. * sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Likewise. |