From b4c5bfffb6ffd3fd7683dd0d745abb2aa18455ea Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sun, 15 Jan 2006 18:41:50 +0000 Subject: make tzset jump reloc free if UCLIBC_HAS_CTYPE_CTABLES is not enabled --- libc/misc/time/time.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libc/misc/time') diff --git a/libc/misc/time/time.c b/libc/misc/time/time.c index 0908a8cea..626e30140 100644 --- a/libc/misc/time/time.c +++ b/libc/misc/time/time.c @@ -1821,6 +1821,10 @@ static char *read_TZ_file(char *buf) #endif /* __UCLIBC_HAS_TZ_FILE__ */ +#ifndef __UCLIBC_HAS_CTYPE_TABLES__ +libc_hidden_proto(isascii) +#endif + void tzset(void) { register const char *e; -- cgit v1.2.3