aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2012-03-06 21:45:53 -0500
committerUlrich Drepper <drepper@gmail.com>2012-03-06 21:45:53 -0500
commitf72ed77d712d9ad75ca3c7a7505cb2bb8d4cd0fc (patch)
tree6a4c1114639d13748c4d3d6091dc5e362cef312d /ChangeLog
parentFix up long double fphex. (diff)
downloadglibc-f72ed77d712d9ad75ca3c7a7505cb2bb8d4cd0fc.tar.gz
glibc-f72ed77d712d9ad75ca3c7a7505cb2bb8d4cd0fc.tar.bz2
glibc-f72ed77d712d9ad75ca3c7a7505cb2bb8d4cd0fc.zip
Formatting fixes
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 3c640dd8f2..520d3ade7e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>