diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-01-03 08:46:51 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-01-03 08:46:51 +0000 |
commit | b53580e461f6d83a0d897c61c3c6681b621cf174 (patch) | |
tree | af556e89d5b6ccdce59479f1b0d2acda5b0e6307 /libc/sysdeps/linux/common/syscalls.c | |
parent | 827aa250db5d272fd1a8f26c258df5663e0373fa (diff) |
Oops. I'd accidentally enabled a #define for __NR_get_kernel_syms
so turn that back off
-Erik.
Diffstat (limited to 'libc/sysdeps/linux/common/syscalls.c')
-rw-r--r-- | libc/sysdeps/linux/common/syscalls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/syscalls.c b/libc/sysdeps/linux/common/syscalls.c index e93beadc1..37bc6f033 100644 --- a/libc/sysdeps/linux/common/syscalls.c +++ b/libc/sysdeps/linux/common/syscalls.c @@ -997,7 +997,7 @@ _syscall5(int, init_module, void *, first, void *, second, void *, third, # endif #endif -#define __NR_get_kernel_syms 130 +//#define __NR_get_kernel_syms 130 #ifdef L_get_kernel_syms struct kernel_sym; _syscall1(int, get_kernel_syms, struct kernel_sym *, table); |