summaryrefslogtreecommitdiff
path: root/include/syscall.h
blob: 332b7dd4a76d6cfca96addf4d79265d1c1cfb6a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#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>