瀏覽代碼

make tzset jump reloc free if UCLIBC_HAS_CTYPE_CTABLES is not enabled

Peter S. Mazinger 20 年之前
父節點
當前提交
b4c5bfffb6
共有 1 個文件被更改,包括 4 次插入0 次删除
  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;