syscalls.h 285 B

12345678910
  1. /*
  2. * nothing needed here until we want pthread support or similar
  3. */
  4. #include <features.h>
  5. /* Do something very evil for now. Until we include our out syscall
  6. * macros, short circuit bits/syscall.h and use asm/unistd.h instead */
  7. #define _BITS_SYSCALL_H
  8. #include <asm/unistd.h>