summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/syscalls.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-01-16 13:11:36 +0000
committerEric Andersen <andersen@codepoet.org>2001-01-16 13:11:36 +0000
commit6437980d51e5690e79429d552728800c14a53843 (patch)
treee79eb01e1c723113d27ca01b6fcecec006024b71 /libc/sysdeps/linux/common/syscalls.c
parent320f7978c246b0748bb3c3152a7503eb4048277e (diff)
Makefile fixes
Diffstat (limited to 'libc/sysdeps/linux/common/syscalls.c')
-rw-r--r--libc/sysdeps/linux/common/syscalls.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/common/syscalls.c b/libc/sysdeps/linux/common/syscalls.c
index f426c3f7f..6a8f73eb9 100644
--- a/libc/sysdeps/linux/common/syscalls.c
+++ b/libc/sysdeps/linux/common/syscalls.c
@@ -1005,8 +1005,10 @@ _syscall4(__ptr_t, mremap, __ptr_t, old_address, size_t, old_size, size_t,
//#define __NR_query_module 167
#ifdef L_query_module
-_syscall5(int, query_module, const char *, name, int, which,
- void *, buf, size_t, bufsize, size_t*, ret);
+# ifdef __NR_query_module
+ _syscall5(int, query_module, const char *, name, int, which,
+ void *, buf, size_t, bufsize, size_t*, ret);
+# endif
#endif
//#define __NR_poll 168