sys.h
上传用户:szlgq88
上传日期:2009-04-28
资源大小:48287k
文件大小:1k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. #ifndef _LINUX_SYS_H
  2. #define _LINUX_SYS_H
  3. /*
  4.  * This file is no longer used or needed
  5.  */
  6. /*
  7.  * These are system calls that will be removed at some time
  8.  * due to newer versions existing..
  9.  * (please be careful - ibcs2 may need some of these).
  10.  */
  11. #ifdef notdef
  12. #define _sys_waitpid _sys_old_syscall /* _sys_wait4 */
  13. #define _sys_olduname _sys_old_syscall /* _sys_newuname */
  14. #define _sys_uname _sys_old_syscall /* _sys_newuname */
  15. #define _sys_stat _sys_old_syscall /* _sys_newstat */
  16. #define _sys_fstat _sys_old_syscall /* _sys_newfstat */
  17. #define _sys_lstat _sys_old_syscall /* _sys_newlstat */
  18. #define _sys_signal _sys_old_syscall /* _sys_sigaction */
  19. #define _sys_sgetmask _sys_old_syscall /* _sys_sigprocmask */
  20. #define _sys_ssetmask _sys_old_syscall /* _sys_sigprocmask */
  21. #endif
  22. /*
  23.  * These are system calls that haven't been implemented yet
  24.  * but have an entry in the table for future expansion..
  25.  */
  26. #endif