diff options
author | Ulrich Drepper <drepper@gmail.com> | 2012-03-06 21:45:53 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2012-03-06 21:45:53 -0500 |
commit | f72ed77d712d9ad75ca3c7a7505cb2bb8d4cd0fc (patch) | |
tree | 6a4c1114639d13748c4d3d6091dc5e362cef312d /ChangeLog | |
parent | Fix up long double fphex. (diff) | |
download | glibc-f72ed77d712d9ad75ca3c7a7505cb2bb8d4cd0fc.tar.gz glibc-f72ed77d712d9ad75ca3c7a7505cb2bb8d4cd0fc.tar.bz2 glibc-f72ed77d712d9ad75ca3c7a7505cb2bb8d4cd0fc.zip |
Formatting fixes
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -1,3 +1,7 @@ +2012-03-06 Ulrich Drepper <drepper@gmail.com> + + * stdio-common/vfprintf.c: Fix formatting. Missing copyright update. + 2012-03-06 Marek Polacek <polacek@redhat.com> [BZ #13726] @@ -12,9 +16,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> |