Browse Source

- ifdef uselib update from bug #0000013

Ned Ludd 20 years ago
parent
commit
49d1727594
1 changed files with 2 additions and 0 deletions
  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 "syscalls.h"
 #include <unistd.h>
 #include <unistd.h>
+#ifdef __NR_uselib
 _syscall1(int, uselib, const char *, library);
 _syscall1(int, uselib, const char *, library);
+#endif