diff options
Diffstat (limited to 'libc/sysdeps/linux/common/uselib.c')
-rw-r--r-- | libc/sysdeps/linux/common/uselib.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/uselib.c b/libc/sysdeps/linux/common/uselib.c index a18f3f463..ffc5d77a1 100644 --- a/libc/sysdeps/linux/common/uselib.c +++ b/libc/sysdeps/linux/common/uselib.c @@ -6,6 +6,8 @@ * * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. */ +#if 0 +linux specific and we do not use it in uClibc. #include <sys/syscall.h> #include <unistd.h> @@ -13,3 +15,4 @@ int uselib (const char *library); _syscall1(int, uselib, const char *, library); #endif +#endif |