summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-11-25 15:52:24 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-11-25 15:52:24 +0000
commit9d6d4ac6476107b42a9bdca8e794fdb309aeca28 (patch)
treeeeddf0b89bca316980aeb1f6385b71b97863b21e /include
parent841a3b472edefdade4435128d1b47b2dee25841e (diff)
- hide some time related relocs
Diffstat (limited to 'include')
-rw-r--r--include/time.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/time.h b/include/time.h
index a96fcae04..66ad43c8a 100644
--- a/include/time.h
+++ b/include/time.h
@@ -288,8 +288,7 @@ extern char *ctime_r (__const time_t *__restrict __timer,
/* Defined in localtime.c. */
-#ifdef __UCLIBC_MJN3_ONLY__
-#warning "mjn3 FIXME: __tzname, __daylight, and __timezone have a prototype but are not defined."
+#if 0
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. */