unistd.h 321 B

1234567891011121314
  1. #if !defined(_ASM_SCORE_UNISTD_H) || defined(__SYSCALL)
  2. #define _ASM_SCORE_UNISTD_H
  3. #define __ARCH_HAVE_MMU
  4. #define __ARCH_WANT_SYSCALL_NO_AT
  5. #define __ARCH_WANT_SYSCALL_NO_FLAGS
  6. #define __ARCH_WANT_SYSCALL_OFF_T
  7. #define __ARCH_WANT_SYSCALL_DEPRECATED
  8. #include <asm-generic/unistd.h>
  9. #endif /* _ASM_SCORE_UNISTD_H */