Server IP : 184.154.167.98 / Your IP : 3.14.249.191 Web Server : Apache System : Linux pink.dnsnetservice.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : puertode ( 1767) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/src/kernels/4.18.0-553.22.1.lve.1.el8.x86_64/include/linux/ |
Upload File : |
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_SYS_H #define _LINUX_SYS_H /* * This file is no longer used or needed */ /* * These are system calls that will be removed at some time * due to newer versions existing.. * (please be careful - ibcs2 may need some of these). */ #ifdef notdef #define _sys_waitpid _sys_old_syscall /* _sys_wait4 */ #define _sys_olduname _sys_old_syscall /* _sys_newuname */ #define _sys_uname _sys_old_syscall /* _sys_newuname */ #define _sys_stat _sys_old_syscall /* _sys_newstat */ #define _sys_fstat _sys_old_syscall /* _sys_newfstat */ #define _sys_lstat _sys_old_syscall /* _sys_newlstat */ #define _sys_signal _sys_old_syscall /* _sys_sigaction */ #define _sys_sgetmask _sys_old_syscall /* _sys_sigprocmask */ #define _sys_ssetmask _sys_old_syscall /* _sys_sigprocmask */ #endif /* * These are system calls that haven't been implemented yet * but have an entry in the table for future expansion.. */ #endif