]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
conformtest: Update expectations for time.h.
authorJoseph Myers <joseph@codesourcery.com>
Tue, 24 Jul 2012 19:43:38 +0000 (19:43 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Tue, 24 Jul 2012 19:43:38 +0000 (19:43 +0000)
ChangeLog
conform/data/time.h-data

index f9f0e445e3abf020fda284a16194c9cf1c61c1a3..b98741f7acedafdb692321359fc2caa349644fab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2012-07-24  Joseph Myers  <joseph@codesourcery.com>
+
+       * conform/data/time.h-data (NULL): Use macro-constant.  Require
+       equal to 0.
+       (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
+       clock_t.
+       [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
+
 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
 
        * configure.in <sysdeps resolving>: Correct printing
index 0deb6be13668eefc917d9a520ccbbe2b1e5287c4..8ed2b4a68d381f7151f39a9e0207097b1309d69c 100644 (file)
@@ -1,8 +1,8 @@
-constant NULL
-constant CLOCKS_PER_SEC
+macro-constant NULL == 0
+macro CLOCKS_PER_SEC {clock_t}
 
 #ifdef ISO11
-macro TIME_UTC
+macro-int-constant TIME_UTC > 0
 #endif
 
 #if !defined ISO && !defined ISO99