about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@redhat.com>2017-05-08 16:11:45 -0400
committerCarlos O'Donell <carlos@redhat.com>2017-05-08 16:13:16 -0400
commit7224e32d7be41b39358defc0e33d2737307aa06a (patch)
tree4f55ab3bb92f8e6e569de4f2e7865d12a735a5f2 /ChangeLog
parent1721145f0341d70a6d7807b172c5eb400b508fc0 (diff)
downloadglibc-7224e32d7be41b39358defc0e33d2737307aa06a.tar.gz
glibc-7224e32d7be41b39358defc0e33d2737307aa06a.tar.xz
glibc-7224e32d7be41b39358defc0e33d2737307aa06a.zip
vfprintf.c: Refactor magic number 32 into EXTSIZ.
The magic number 32 is used everywhere as extra size to
use when doing certain operations. This commit refactors
that into a macro so you can change this value if you're
debugging something in a local build.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 49378f6609..768274fe9e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2017-05-08  Carlos O'Donell  <carlos@redhat.com>
+
+	* stdio-common/vfprintf.c (EXTSIZ): Define.
+	(vfprintf): Use EXTSIZ.
+	(printf_positional): Likewise.
+
 2017-05-08  Joseph Myers  <joseph@codesourcery.com>
 
 	* sysdeps/unix/sysv/linux/kernel-features.h