1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux 1 2 #ifndef _ASM_ARC_UNISTD_H 3 #define _ASM_ARC_UNISTD_H 4 5 #include <uapi/asm/unistd.h> 6 7 #define __ARCH_WANT_STAT64 8 #define __ARCH_WANT_SYS_CLONE 9 #define __ARCH_WANT_SYS_VFORK 10 #define __ARCH_WANT_SYS_FORK 11 12 #define NR_syscalls __NR_syscalls 13 14 #endif 15
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.