From 668f51ff6aaafce27d2b68fbb9c26c913761887b Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 30 Dec 2005 02:00:15 +0000 Subject: use errno.h not sys/errno.h as pointed out by sjhill --- libc/sysdeps/linux/e1/vfork.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/e1') diff --git a/libc/sysdeps/linux/e1/vfork.c b/libc/sysdeps/linux/e1/vfork.c index f7dfb10ba..ec9961d62 100644 --- a/libc/sysdeps/linux/e1/vfork.c +++ b/libc/sysdeps/linux/e1/vfork.c @@ -1,5 +1,5 @@ #include #include -#include +#include _syscall0(pid_t, vfork); -- cgit v1.2.3