1 /* SPDX-License-Identifier: GPL-2.0 */ << 2 #ifndef _LINUX_SYS_H 1 #ifndef _LINUX_SYS_H 3 #define _LINUX_SYS_H 2 #define _LINUX_SYS_H 4 3 5 /* 4 /* 6 * This file is no longer used or needed 5 * This file is no longer used or needed 7 */ 6 */ 8 7 9 /* 8 /* 10 * These are system calls that will be removed 9 * These are system calls that will be removed at some time 11 * due to newer versions existing.. 10 * due to newer versions existing.. 12 * (please be careful - ibcs2 may need some of 11 * (please be careful - ibcs2 may need some of these). 13 */ 12 */ 14 #ifdef notdef 13 #ifdef notdef 15 #define _sys_waitpid _sys_old_syscall 14 #define _sys_waitpid _sys_old_syscall /* _sys_wait4 */ 16 #define _sys_olduname _sys_old_syscall 15 #define _sys_olduname _sys_old_syscall /* _sys_newuname */ 17 #define _sys_uname _sys_old_syscall 16 #define _sys_uname _sys_old_syscall /* _sys_newuname */ 18 #define _sys_stat _sys_old_syscall 17 #define _sys_stat _sys_old_syscall /* _sys_newstat */ 19 #define _sys_fstat _sys_old_syscall 18 #define _sys_fstat _sys_old_syscall /* _sys_newfstat */ 20 #define _sys_lstat _sys_old_syscall 19 #define _sys_lstat _sys_old_syscall /* _sys_newlstat */ 21 #define _sys_signal _sys_old_syscall 20 #define _sys_signal _sys_old_syscall /* _sys_sigaction */ 22 #define _sys_sgetmask _sys_old_syscall 21 #define _sys_sgetmask _sys_old_syscall /* _sys_sigprocmask */ 23 #define _sys_ssetmask _sys_old_syscall 22 #define _sys_ssetmask _sys_old_syscall /* _sys_sigprocmask */ 24 #endif 23 #endif 25 24 26 /* 25 /* 27 * These are system calls that haven't been im 26 * These are system calls that haven't been implemented yet 28 * but have an entry in the table for future e 27 * but have an entry in the table for future expansion.. 29 */ 28 */ 30 #endif 29 #endif 31 30
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.