summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2015-02-06 12:24:16 -0800
committerRoland McGrath <roland@hack.frob.com>2015-02-06 12:24:16 -0800
commitb65c0ff9fc84ca9531215e03a4c4e51092f9251f (patch)
tree0424610330c47c701733e4affdbdd60a97c8a16d /ChangeLog
parent56606ab3b8d5b097b7c4f09b52b79a2217768ca4 (diff)
downloadglibc-b65c0ff9fc84ca9531215e03a4c4e51092f9251f.tar.gz
glibc-b65c0ff9fc84ca9531215e03a4c4e51092f9251f.tar.xz
glibc-b65c0ff9fc84ca9531215e03a4c4e51092f9251f.zip
Fix libio/tst-atime not to presume ST_NOATIME exists.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 28bc618987..47f698f575 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2015-02-06  Roland McGrath  <roland@hack.frob.com>
 
+	* libio/tst-atime.c (do_test): Move local variables SV and E
+	inside [ST_NOATIME] conditional.
+
 	* 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.