Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _LINUX_SYS_H
0003 #define _LINUX_SYS_H
0004 
0005 /*
0006  * This file is no longer used or needed
0007  */
0008 
0009 /*
0010  * These are system calls that will be removed at some time
0011  * due to newer versions existing..
0012  * (please be careful - ibcs2 may need some of these).
0013  */
0014 #ifdef notdef
0015 #define _sys_waitpid    _sys_old_syscall    /* _sys_wait4 */
0016 #define _sys_olduname   _sys_old_syscall    /* _sys_newuname */
0017 #define _sys_uname  _sys_old_syscall    /* _sys_newuname */
0018 #define _sys_stat   _sys_old_syscall    /* _sys_newstat */
0019 #define _sys_fstat  _sys_old_syscall    /* _sys_newfstat */
0020 #define _sys_lstat  _sys_old_syscall    /* _sys_newlstat */
0021 #define _sys_signal _sys_old_syscall    /* _sys_sigaction */
0022 #define _sys_sgetmask   _sys_old_syscall    /* _sys_sigprocmask */
0023 #define _sys_ssetmask   _sys_old_syscall    /* _sys_sigprocmask */
0024 #endif
0025 
0026 /*
0027  * These are system calls that haven't been implemented yet
0028  * but have an entry in the table for future expansion..
0029  */
0030 #endif