diff options
author | Roland McGrath <roland@hack.frob.com> | 2013-05-06 11:30:41 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2013-05-06 11:30:41 -0700 |
commit | d5e8275481e57cc7f3bd6ba435a7bbced9b97202 (patch) | |
tree | dd10221ec817a1920c159ea44a5643bd15e0b35f /ChangeLog | |
parent | b7dab1e4d7265fc75a9890cbce897be3f8e4f044 (diff) | |
download | glibc-d5e8275481e57cc7f3bd6ba435a7bbced9b97202.zip glibc-d5e8275481e57cc7f3bd6ba435a7bbced9b97202.tar.gz glibc-d5e8275481e57cc7f3bd6ba435a7bbced9b97202.tar.bz2 |
Split _dl_writev out from _dl_debug_vdprintf.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2013-05-06 Roland McGrath <roland@hack.frob.com> + + * elf/dl-writev.h: New file. + * elf/dl-misc.c: Include it. + (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al. + * sysdeps/unix/sysv/linux/dl-writev.h: New file. + 2013-05-04 Joseph Myers <joseph@codesourcery.com> * math/libm-test.inc (noXFails): Remove variable. |