From 9d6d4ac6476107b42a9bdca8e794fdb309aeca28 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 25 Nov 2008 15:52:24 +0000 Subject: - hide some time related relocs --- include/time.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include') 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. */ -- cgit v1.2.3