diff options
author | Florian Weimer <fweimer@redhat.com> | 2015-10-17 12:05:12 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2015-10-17 12:05:12 +0200 |
commit | db8ad8fac3ebdb6c68964f4d24185c2bd2c83342 (patch) | |
tree | bfb11e131fe2f36ed9e6828513ea22c253102d70 /ChangeLog | |
parent | 52fb79d6cdecb89a6f0375091e7c12ed79ae6760 (diff) | |
download | glibc-db8ad8fac3ebdb6c68964f4d24185c2bd2c83342.tar.gz glibc-db8ad8fac3ebdb6c68964f4d24185c2bd2c83342.tar.xz glibc-db8ad8fac3ebdb6c68964f4d24185c2bd2c83342.zip |
vfprintf: Rewrite printf_positional to use struct scratch_buffer
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 0f5fbc7dae..123f34cf8d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2015-10-17 Florian Weimer <fweimer@redhat.com> + * stdio-common/vfprintf.c (printf_positional): Rewrite to use + struct scratch_buffer instead of extend_alloca. + +2015-10-17 Florian Weimer <fweimer@redhat.com> + * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_SOCK_CLOEXEC): Remove. * include/sys/socket.h (__have_sock_cloexec): Remove declaration. |