summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-07-07 23:29:52 +0000
committerMike Frysinger <vapier@gentoo.org>2005-07-07 23:29:52 +0000
commitbddb15fad9923696cdab64e3cbafe00fee38cc29 (patch)
tree544a30a72a66718ea9b57d66648fbdd554846c48 /libc
parent6e6b2c4c78fb4f08364ec6842ee8a4e9b65448c9 (diff)
dont need errno.h anymore
Diffstat (limited to 'libc')
-rw-r--r--libc/sysdeps/linux/i386/vfork.S2
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