summaryrefslogtreecommitdiff
path: root/include/syscall.h
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-05-14 04:16:35 +0000
committerErik Andersen <andersen@codepoet.org>2000-05-14 04:16:35 +0000
commit64bc6412188b141c010ac3b8e813b837dd991e80 (patch)
treeffa12b79ea4b13191754f54b872eb1a4f9e3a04b /include/syscall.h
Initial revision
Diffstat (limited to 'include/syscall.h')
-rw-r--r--include/syscall.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/syscall.h b/include/syscall.h
new file mode 100644
index 000000000..fa08654a3
--- /dev/null
+++ b/include/syscall.h
@@ -0,0 +1,6 @@
+#include <errno.h>
+
+#define __check_errno(__res) ((__res) >= 0)
+
+#include <m68k/syscall.h>
+#include <sys/syscall.h>