summaryrefslogtreecommitdiff
path: root/include/syscall.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-07-07 00:31:19 +0000
committerEric Andersen <andersen@codepoet.org>2000-07-07 00:31:19 +0000
commit8be74df1ae54f6b348f63602a272dd2b58ef88a6 (patch)
tree6451152e27519431312504d07222029b04372222 /include/syscall.h
parentbf299c2d305f9310d908dcc3cf2073eeb882be01 (diff)
A few updates.
-Erik
Diffstat (limited to 'include/syscall.h')
-rw-r--r--include/syscall.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/syscall.h b/include/syscall.h
index 332b7dd4a..4c3057844 100644
--- a/include/syscall.h
+++ b/include/syscall.h
@@ -1,12 +1 @@
-#if 0
-#include <errno.h>
-#endif
-#define __check_errno(__res) ((__res) >= 0)
-
-#ifdef __mc68000__
-#include <m68k/syscall.h>
-#else
-#include <i386/syscall.h>
-#endif
-
#include <sys/syscall.h>