Explorar el Código

Add a weak to make apache happy
-Erik

Eric Andersen hace 24 años
padre
commit
9c5815be6a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      libc/string/strsignal.c

+ 1 - 1
libc/string/strsignal.c

@@ -92,7 +92,7 @@ const char *const sys_siglist[] = {
 	"Unused signal",
 	NULL
 };
-
+weak_alias(sys_siglist, _sys_siglist);
 #endif
 
 #define NUM_KNOWN_SIGNALS    32