aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2015-02-06 12:23:35 -0800
committerRoland McGrath <roland@hack.frob.com>2015-02-06 12:23:35 -0800
commit56606ab3b8d5b097b7c4f09b52b79a2217768ca4 (patch)
tree770c823af26558e0fbde04f1a03023e89ffa8c56 /ChangeLog
parentebf7d6eedb1969b03187398fe730cc03bdd9aae3 (diff)
downloadglibc-56606ab3b8d5b097b7c4f09b52b79a2217768ca4.zip
glibc-56606ab3b8d5b097b7c4f09b52b79a2217768ca4.tar.gz
glibc-56606ab3b8d5b097b7c4f09b52b79a2217768ca4.tar.bz2
Fix dirent/tst-fdopendir not to presume O_NOATIME exists.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4ca6759..28bc618 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2015-02-06 Roland McGrath <roland@hack.frob.com>
+ * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
+
* nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
* nptl/tst-join5.c: Drop #include <sys/syscall.h>.