From 05e75260d6952308d7c865ff67c0e3678b7ba935 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Thu, 26 Jan 2006 22:04:19 +0000 Subject: Get rid of missing prototype warnings --- libc/sysdeps/linux/common/prctl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/common/prctl.c') diff --git a/libc/sysdeps/linux/common/prctl.c b/libc/sysdeps/linux/common/prctl.c index a75ac2cf5..479c9657a 100644 --- a/libc/sysdeps/linux/common/prctl.c +++ b/libc/sysdeps/linux/common/prctl.c @@ -9,5 +9,6 @@ #include "syscalls.h" #include -//#include +/* psm: including sys/prctl.h would depend on kernel headers */ +extern int prctl (int, int, int, int, int); _syscall5(int, prctl, int, a, int, b, int, c, int, d, int, e); -- cgit v1.2.3