syscall.h 119 B

123456
  1. #include <errno.h>
  2. #define __check_errno(__res) ((__res) >= 0)
  3. #include <m68k/syscall.h>
  4. #include <sys/syscall.h>