summaryrefslogtreecommitdiff
path: root/include/syscall.h
blob: fa08654a342ffb41b64c05fe794206b9ffa3f0e4 (plain)
1
2
3
4
5
6
#include <errno.h>

#define __check_errno(__res)    ((__res) >= 0)

#include <m68k/syscall.h>
#include <sys/syscall.h>