unistd.h 305 B

1234567891011121314
  1. /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
  2. #ifndef _ASM_ARC_UNISTD_H
  3. #define _ASM_ARC_UNISTD_H
  4. #include <uapi/asm/unistd.h>
  5. #define __ARCH_WANT_STAT64
  6. #define __ARCH_WANT_SYS_CLONE
  7. #define __ARCH_WANT_SYS_VFORK
  8. #define __ARCH_WANT_SYS_FORK
  9. #define NR_syscalls __NR_syscalls
  10. #endif