Browse Source

make tzset jump reloc free if UCLIBC_HAS_CTYPE_CTABLES is not enabled

Peter S. Mazinger 19 years ago
parent
commit
b4c5bfffb6
1 changed files with 4 additions and 0 deletions
  1. 4 0
      libc/misc/time/time.c

+ 4 - 0
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;