diff options
-rw-r--r-- | libbb/module_syscalls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/module_syscalls.c b/libbb/module_syscalls.c index 36b75fb93..8326f15ad 100644 --- a/libbb/module_syscalls.c +++ b/libbb/module_syscalls.c | |||
@@ -34,7 +34,7 @@ | |||
34 | #include "libbb.h" | 34 | #include "libbb.h" |
35 | 35 | ||
36 | 36 | ||
37 | #if __GNU_LIBRARY__ < 5 | 37 | #if __GNU_LIBRARY__ < 5 || ((__GLIBC__ <= 2) && (__GLIBC_MINOR__ < 1)) |
38 | /* These syscalls are not included as part of libc5 */ | 38 | /* These syscalls are not included as part of libc5 */ |
39 | _syscall1(int, delete_module, const char *, name); | 39 | _syscall1(int, delete_module, const char *, name); |
40 | _syscall1(int, get_kernel_syms, __ptr_t, ks); | 40 | _syscall1(int, get_kernel_syms, __ptr_t, ks); |