about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2012-08-15 15:35:16 -0700
committerRoland McGrath <roland@hack.frob.com>2012-08-15 15:35:16 -0700
commit7c99b50ae4c722b4263fdd477305f27e1670bfa1 (patch)
tree797a2d571b82de963e7dd2329d7718f9a16b5fa4 /ChangeLog
parentdd924cd7cc3ef8c9da103d883dd784815e388976 (diff)
downloadglibc-7c99b50ae4c722b4263fdd477305f27e1670bfa1.tar.gz
glibc-7c99b50ae4c722b4263fdd477305f27e1670bfa1.tar.xz
glibc-7c99b50ae4c722b4263fdd477305f27e1670bfa1.zip
Fix stub clock_nanosleep #include.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 66a0b7178f..2a67a37e8d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2012-08-15  Roland McGrath  <roland@hack.frob.com>
 
+	* rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
+
 	* crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
 	shifting LEN more than 31 bits at once.