소스 검색

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;