aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-05-18 07:12:47 -0700
committerH.J. Lu <hjl.tools@gmail.com>2012-05-18 07:12:47 -0700
commit7cd195df6204a8575b3b1d303affb9aa5756a828 (patch)
tree938298a964fefc7d13990d277fa9a68d2be5450d /ChangeLog
parent94b07d20dd07d8426dbde1e83bafcd15eeead281 (diff)
downloadglibc-7cd195df6204a8575b3b1d303affb9aa5756a828.zip
glibc-7cd195df6204a8575b3b1d303affb9aa5756a828.tar.gz
glibc-7cd195df6204a8575b3b1d303affb9aa5756a828.tar.bz2
Check d_ino/d_off before using getdents syscall
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f59b01a..15a012f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2012-05-18 H.J. Lu <hongjiu.lu@intel.com>
+ * 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.
+
* stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
LLONG_MAX != LONG_MAX.
(_itoa_word): Use _ITOA_WORD_TYPE on value.