diff options
Diffstat (limited to 'include/time.h')
-rw-r--r-- | include/time.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/time.h b/include/time.h index 66ad43c8a..a96fcae04 100644 --- a/include/time.h +++ b/include/time.h @@ -288,7 +288,8 @@ extern char *ctime_r (__const time_t *__restrict __timer, /* Defined in localtime.c. */ -#if 0 +#ifdef __UCLIBC_MJN3_ONLY__ +#warning "mjn3 FIXME: __tzname, __daylight, and __timezone have a prototype but are not defined." extern char *__tzname[2]; /* Current timezone names. */ extern int __daylight; /* If daylight-saving time is ever in use. */ extern long int __timezone; /* Seconds west of UTC. */ |