xref: /linux/arch/nios2/include/asm/unistd.h (revision 6af91e3d2cfc8bb579b1aa2d22cd91f8c34acdf6)
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 #ifndef __ASM_UNISTD_H
3 #define __ASM_UNISTD_H
4 
5 #include <uapi/asm/unistd.h>
6 
7 #define __ARCH_WANT_STAT64
8 #define __ARCH_WANT_SET_GET_RLIMIT
9 
10 #define __ARCH_BROKEN_SYS_CLONE3
11 
12 #endif
13