summaryrefslogtreecommitdiff
path: root/conform
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2010-01-11 20:12:53 -0800
committerUlrich Drepper <drepper@redhat.com>2010-01-11 20:12:53 -0800
commit75eb41b42e924f7680a3c4afe2516ac8cc5523aa (patch)
tree705025fa65dca1f4d1639d11ca552026c50c2d4a /conform
parente531ede5aff20b04937bd52763dd9294983dbfdd (diff)
Fix time.h POSIX test.
Diffstat (limited to 'conform')
-rw-r--r--conform/data/time.h-data2
1 files changed, 2 insertions, 0 deletions
diff --git a/conform/data/time.h-data b/conform/data/time.h-data
index 631cb76a1e..c07fe1dc3b 100644
--- a/conform/data/time.h-data
+++ b/conform/data/time.h-data
@@ -44,7 +44,9 @@ type locale_t
tag {struct sigevent}
#endif
+#if !defined POSIX && !defined POSIX2008
variable int getdate_err
+#endif
function {char*} asctime (const struct tm*)
function {char*} asctime_r (const struct tm*, char*)