- /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
- #ifndef _ASM_ARC_UNISTD_H
- #define _ASM_ARC_UNISTD_H
- #include <uapi/asm/unistd.h>
- #define __ARCH_WANT_STAT64
- #define __ARCH_WANT_SYS_CLONE
- #define __ARCH_WANT_SYS_VFORK
- #define __ARCH_WANT_SYS_FORK
- #define NR_syscalls __NR_syscalls
- #endif
|