162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci#ifndef _LINUX_SYS_H 362306a36Sopenharmony_ci#define _LINUX_SYS_H 462306a36Sopenharmony_ci 562306a36Sopenharmony_ci/* 662306a36Sopenharmony_ci * This file is no longer used or needed 762306a36Sopenharmony_ci */ 862306a36Sopenharmony_ci 962306a36Sopenharmony_ci/* 1062306a36Sopenharmony_ci * These are system calls that will be removed at some time 1162306a36Sopenharmony_ci * due to newer versions existing.. 1262306a36Sopenharmony_ci * (please be careful - ibcs2 may need some of these). 1362306a36Sopenharmony_ci */ 1462306a36Sopenharmony_ci#ifdef notdef 1562306a36Sopenharmony_ci#define _sys_waitpid _sys_old_syscall /* _sys_wait4 */ 1662306a36Sopenharmony_ci#define _sys_olduname _sys_old_syscall /* _sys_newuname */ 1762306a36Sopenharmony_ci#define _sys_uname _sys_old_syscall /* _sys_newuname */ 1862306a36Sopenharmony_ci#define _sys_stat _sys_old_syscall /* _sys_newstat */ 1962306a36Sopenharmony_ci#define _sys_fstat _sys_old_syscall /* _sys_newfstat */ 2062306a36Sopenharmony_ci#define _sys_lstat _sys_old_syscall /* _sys_newlstat */ 2162306a36Sopenharmony_ci#define _sys_signal _sys_old_syscall /* _sys_sigaction */ 2262306a36Sopenharmony_ci#define _sys_sgetmask _sys_old_syscall /* _sys_sigprocmask */ 2362306a36Sopenharmony_ci#define _sys_ssetmask _sys_old_syscall /* _sys_sigprocmask */ 2462306a36Sopenharmony_ci#endif 2562306a36Sopenharmony_ci 2662306a36Sopenharmony_ci/* 2762306a36Sopenharmony_ci * These are system calls that haven't been implemented yet 2862306a36Sopenharmony_ci * but have an entry in the table for future expansion.. 2962306a36Sopenharmony_ci */ 3062306a36Sopenharmony_ci#endif 31