Explorar o código

- ifdef uselib update from bug #0000013

Ned Ludd %!s(int64=20) %!d(string=hai) anos
pai
achega
49d1727594
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      libc/sysdeps/linux/common/uselib.c

+ 2 - 0
libc/sysdeps/linux/common/uselib.c

@@ -9,4 +9,6 @@
 
 #include "syscalls.h"
 #include <unistd.h>
+#ifdef __NR_uselib
 _syscall1(int, uselib, const char *, library);
+#endif