unistd.h 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. #ifndef _ASM_M32R_UNISTD_H
  2. #define _ASM_M32R_UNISTD_H
  3. #include <uapi/asm/unistd.h>
  4. #define NR_syscalls 326
  5. #define __ARCH_WANT_STAT64
  6. #define __ARCH_WANT_SYS_ALARM
  7. #define __ARCH_WANT_SYS_GETHOSTNAME
  8. #define __ARCH_WANT_SYS_IPC
  9. #define __ARCH_WANT_SYS_PAUSE
  10. #define __ARCH_WANT_SYS_TIME
  11. #define __ARCH_WANT_SYS_UTIME
  12. #define __ARCH_WANT_SYS_WAITPID
  13. #define __ARCH_WANT_SYS_SOCKETCALL
  14. #define __ARCH_WANT_SYS_FADVISE64
  15. #define __ARCH_WANT_SYS_GETPGRP
  16. #define __ARCH_WANT_SYS_LLSEEK
  17. #define __ARCH_WANT_SYS_OLD_GETRLIMIT /*will be unused*/
  18. #define __ARCH_WANT_SYS_OLDUMOUNT
  19. #define __ARCH_WANT_SYS_CLONE
  20. #define __ARCH_WANT_SYS_FORK
  21. #define __ARCH_WANT_SYS_VFORK
  22. #define __IGNORE_lchown
  23. #define __IGNORE_setuid
  24. #define __IGNORE_getuid
  25. #define __IGNORE_setgid
  26. #define __IGNORE_getgid
  27. #define __IGNORE_geteuid
  28. #define __IGNORE_getegid
  29. #define __IGNORE_fcntl
  30. #define __IGNORE_setreuid
  31. #define __IGNORE_setregid
  32. #define __IGNORE_getrlimit
  33. #define __IGNORE_getgroups
  34. #define __IGNORE_setgroups
  35. #define __IGNORE_select
  36. #define __IGNORE_mmap
  37. #define __IGNORE_fchown
  38. #define __IGNORE_setfsuid
  39. #define __IGNORE_setfsgid
  40. #define __IGNORE_setresuid
  41. #define __IGNORE_getresuid
  42. #define __IGNORE_setresgid
  43. #define __IGNORE_getresgid
  44. #define __IGNORE_chown
  45. #endif /* _ASM_M32R_UNISTD_H */