aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-05-18 07:37:55 -0700
committerH.J. Lu <hjl.tools@gmail.com>2012-05-18 07:37:55 -0700
commit610b86225e8d8ebd1400b4c083a04b624b4417b1 (patch)
treecf27170604f32c3711fb2a3ce3810424edb75de5 /ChangeLog
parent7cd195df6204a8575b3b1d303affb9aa5756a828 (diff)
downloadglibc-610b86225e8d8ebd1400b4c083a04b624b4417b1.zip
glibc-610b86225e8d8ebd1400b4c083a04b624b4417b1.tar.gz
glibc-610b86225e8d8ebd1400b4c083a04b624b4417b1.tar.bz2
Add sysdeps/x86_64/x32/_itoa.h
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 15a012f..50bc035 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2012-05-18 H.J. Lu <hongjiu.lu@intel.com>
+ * sysdeps/x86_64/x32/_itoa.h: New file.
+
* sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
getdents system call only if kernel and user dirents have the
same d_ino and d_off.