diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-11-26 08:41:09 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-11-26 08:41:09 +0000 |
commit | 20cff295659e9bd1bee2c316ee17a53cad693ea2 (patch) | |
tree | d3681139c0c158406063fc9a1c590e041de14538 /include | |
parent | d8ea341e64250c2f4636c559562e8904037eda74 (diff) |
- revert 24148:24151
Diffstat (limited to 'include')
-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. */ |