diff options
Diffstat (limited to 'linux-headers/asm-loongarch/unistd.h')
| -rw-r--r-- | linux-headers/asm-loongarch/unistd.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/linux-headers/asm-loongarch/unistd.h b/linux-headers/asm-loongarch/unistd.h new file mode 100644 index 0000000000..fcb668984f --- /dev/null +++ b/linux-headers/asm-loongarch/unistd.h @@ -0,0 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ +#define __ARCH_WANT_SYS_CLONE +#define __ARCH_WANT_SYS_CLONE3 + +#include <asm-generic/unistd.h> |