OSDN Git Service

make tzset jump reloc free if UCLIBC_HAS_CTYPE_CTABLES is not enabled
authorPeter S. Mazinger <ps.m@gmx.net>
Sun, 15 Jan 2006 18:41:50 +0000 (18:41 -0000)
committerPeter S. Mazinger <ps.m@gmx.net>
Sun, 15 Jan 2006 18:41:50 +0000 (18:41 -0000)
libc/misc/time/time.c

index 0908a8c..626e301 100644 (file)
@@ -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;