Warning: This file is not a C or C++ file. It does not have highlighting.
| 1 | /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ |
|---|---|
| 2 | |
| 3 | #define __ARCH_WANT_STAT64 |
| 4 | #define __ARCH_WANT_SYS_CLONE |
| 5 | #define __ARCH_WANT_SYS_VFORK |
| 6 | #define __ARCH_WANT_SYS_FORK |
| 7 | |
| 8 | #define __ARCH_BROKEN_SYS_CLONE3 |
| 9 | |
| 10 | #include <uapi/asm/unistd.h> |
| 11 |
Warning: This file is not a C or C++ file. It does not have highlighting.
