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