diff options
author | Roland McGrath <roland@hack.frob.com> | 2012-03-06 15:59:05 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-03-06 15:59:19 -0800 |
commit | 54ab212ca092521af1d5c4c4fc3f4200016494b5 (patch) | |
tree | 6039e0db31c6ae99038cf18ed9cf25477a02d42e | |
parent | a53b7a4e4b39d90f5964841c63492cf233aa17b8 (diff) | |
download | glibc-54ab212ca092521af1d5c4c4fc3f4200016494b5.tar.gz glibc-54ab212ca092521af1d5c4c4fc3f4200016494b5.tar.xz glibc-54ab212ca092521af1d5c4c4fc3f4200016494b5.zip |
Wrap too-long log entry.
-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. |