mirror of git://sourceware.org/git/glibc.git
conformtest: Update expectations for time.h.
This commit is contained in:
parent
576338111a
commit
bf9e20711e
|
@ -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>
|
2012-07-23 Thomas Schwinge <thomas@codesourcery.com>
|
||||||
|
|
||||||
* configure.in <sysdeps resolving>: Correct printing
|
* configure.in <sysdeps resolving>: Correct printing
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
constant NULL
|
macro-constant NULL == 0
|
||||||
constant CLOCKS_PER_SEC
|
macro CLOCKS_PER_SEC {clock_t}
|
||||||
|
|
||||||
#ifdef ISO11
|
#ifdef ISO11
|
||||||
macro TIME_UTC
|
macro-int-constant TIME_UTC > 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined ISO && !defined ISO99
|
#if !defined ISO && !defined ISO99
|
||||||
|
|
Loading…
Reference in New Issue