From 75eb41b42e924f7680a3c4afe2516ac8cc5523aa Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 11 Jan 2010 20:12:53 -0800 Subject: Fix time.h POSIX test. --- conform/data/time.h-data | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conform') 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*) -- cgit 1.4.1