aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2012-02-25 21:28:27 -0500
committerUlrich Drepper <drepper@gmail.com>2012-02-25 21:28:27 -0500
commit7a270350a9bc3110cd5ba12bbd8c5c8c365e0032 (patch)
treec0fa9e45477880945e1f2fb3b510b0d7d441e1a1 /ChangeLog
parent7724defcf8873116fe4efab256596861eef21a94 (diff)
downloadglibc-7a270350a9bc3110cd5ba12bbd8c5c8c365e0032.zip
glibc-7a270350a9bc3110cd5ba12bbd8c5c8c365e0032.tar.gz
glibc-7a270350a9bc3110cd5ba12bbd8c5c8c365e0032.tar.bz2
Fix ISO C11 definitions in time.h
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2105c8a..f1dd278 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-02-25 Ulrich Drepper <drepper@gmail.com>
+
+ * time/time.h: TIME_UTC must be a macro.
+ Make timespec_get available for ISO C11 only as well.
+
2012-02-24 Ulrich Drepper <drepper@gmail.com>
* stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.