Warning: That file was not part of the compilation database. It may have many parsing errors.
| 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
|---|---|
| 2 | #ifndef _XTENSA_UNISTD_H |
| 3 | #define _XTENSA_UNISTD_H |
| 4 | |
| 5 | #define __ARCH_WANT_SYS_CLONE |
| 6 | #include <uapi/asm/unistd.h> |
| 7 | |
| 8 | #define __ARCH_WANT_NEW_STAT |
| 9 | #define __ARCH_WANT_STAT64 |
| 10 | #define __ARCH_WANT_SYS_UTIME32 |
| 11 | #define __ARCH_WANT_SYS_GETPGRP |
| 12 | |
| 13 | #define NR_syscalls __NR_syscalls |
| 14 | |
| 15 | #endif /* _XTENSA_UNISTD_H */ |
| 16 |
Warning: That file was not part of the compilation database. It may have many parsing errors.
