diff options
author | Ulrich Drepper <drepper@gmail.com> | 2012-02-25 21:28:27 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2012-02-25 21:28:27 -0500 |
commit | 7a270350a9bc3110cd5ba12bbd8c5c8c365e0032 (patch) | |
tree | c0fa9e45477880945e1f2fb3b510b0d7d441e1a1 /ChangeLog | |
parent | 7724defcf8873116fe4efab256596861eef21a94 (diff) | |
download | glibc-7a270350a9bc3110cd5ba12bbd8c5c8c365e0032.zip glibc-7a270350a9bc3110cd5ba12bbd8c5c8c365e0032.tar.gz glibc-7a270350a9bc3110cd5ba12bbd8c5c8c365e0032.tar.bz2 |
Fix ISO C11 definitions in time.h
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |