Browse Source

make tzset jump reloc free if UCLIBC_HAS_CTYPE_CTABLES is not enabled

Peter S. Mazinger 20 năm trước cách đây
mục cha
commit
b4c5bfffb6
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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;