Explorar el Código

make tzset jump reloc free if UCLIBC_HAS_CTYPE_CTABLES is not enabled

Peter S. Mazinger hace 20 años
padre
commit
b4c5bfffb6
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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;