diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-01-05 00:56:44 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-01-05 00:56:44 +0000 |
commit | b523e45854c261aa995dd96082b112885457d1a7 (patch) | |
tree | 1b82faab0d2e51f3df061dbe212d1d7663364c19 /libc/sysdeps/linux/e1/vfork.c | |
parent | 41316589549156b24974c30a1b494c36a8a7e32b (diff) | |
download | uClibc-alpine-b523e45854c261aa995dd96082b112885457d1a7.tar.bz2 uClibc-alpine-b523e45854c261aa995dd96082b112885457d1a7.tar.xz |
Merge from trunk.
Diffstat (limited to 'libc/sysdeps/linux/e1/vfork.c')
-rw-r--r-- | libc/sysdeps/linux/e1/vfork.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <sys/types.h> #include <sys/syscall.h> -#include <sys/errno.h> +#include <errno.h> _syscall0(pid_t, vfork); |