unistd.h (446279168e030fd0ed68e2bba336bef8bb3da352) | unistd.h (c2e7a19827eec443a7cbe85e8d959052412d6dc3) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0-or-later */ 2/* 3 * This file contains the system call numbers. 4 */ 5#ifndef _ASM_POWERPC_UNISTD_H_ 6#define _ASM_POWERPC_UNISTD_H_ 7 8#include <uapi/asm/unistd.h> --- 31 unchanged lines hidden (view full) --- 40#define __ARCH_WANT_OLD_STAT 41#define __ARCH_WANT_SYS_OLD_SELECT 42#endif 43#ifdef CONFIG_PPC64 44#define __ARCH_WANT_SYS_TIME 45#define __ARCH_WANT_SYS_UTIME 46#define __ARCH_WANT_SYS_NEWFSTATAT 47#define __ARCH_WANT_COMPAT_STAT | 1/* SPDX-License-Identifier: GPL-2.0-or-later */ 2/* 3 * This file contains the system call numbers. 4 */ 5#ifndef _ASM_POWERPC_UNISTD_H_ 6#define _ASM_POWERPC_UNISTD_H_ 7 8#include <uapi/asm/unistd.h> --- 31 unchanged lines hidden (view full) --- 40#define __ARCH_WANT_OLD_STAT 41#define __ARCH_WANT_SYS_OLD_SELECT 42#endif 43#ifdef CONFIG_PPC64 44#define __ARCH_WANT_SYS_TIME 45#define __ARCH_WANT_SYS_UTIME 46#define __ARCH_WANT_SYS_NEWFSTATAT 47#define __ARCH_WANT_COMPAT_STAT |
48#define __ARCH_WANT_COMPAT_FALLOCATE |
|
48#define __ARCH_WANT_COMPAT_SYS_SENDFILE 49#endif 50#define __ARCH_WANT_SYS_FORK 51#define __ARCH_WANT_SYS_VFORK 52#define __ARCH_WANT_SYS_CLONE 53#define __ARCH_WANT_SYS_CLONE3 54 55#endif /* __ASSEMBLY__ */ 56#endif /* _ASM_POWERPC_UNISTD_H_ */ | 49#define __ARCH_WANT_COMPAT_SYS_SENDFILE 50#endif 51#define __ARCH_WANT_SYS_FORK 52#define __ARCH_WANT_SYS_VFORK 53#define __ARCH_WANT_SYS_CLONE 54#define __ARCH_WANT_SYS_CLONE3 55 56#endif /* __ASSEMBLY__ */ 57#endif /* _ASM_POWERPC_UNISTD_H_ */ |