diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-07 23:29:52 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-07 23:29:52 +0000 |
commit | bddb15fad9923696cdab64e3cbafe00fee38cc29 (patch) | |
tree | 544a30a72a66718ea9b57d66648fbdd554846c48 /libc/sysdeps | |
parent | 6e6b2c4c78fb4f08364ec6842ee8a4e9b65448c9 (diff) |
dont need errno.h anymore
Diffstat (limited to 'libc/sysdeps')
-rw-r--r-- | libc/sysdeps/linux/i386/vfork.S | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/i386/vfork.S b/libc/sysdeps/linux/i386/vfork.S index 00a2954d5..722044ec4 100644 --- a/libc/sysdeps/linux/i386/vfork.S +++ b/libc/sysdeps/linux/i386/vfork.S @@ -3,8 +3,6 @@ * */ -#define _ERRNO_H 1 -#include <bits/errno.h> #include <sys/syscall.h> #ifndef __NR_vfork |