• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #undef sys_readdir
2 #define sys_readdir m32_sys_readdir
3 #undef sys_getdents
4 #define sys_getdents m32_sys_getdents
5 #undef sys_msgctl
6 #define sys_msgctl m32_sys_msgctl
7 #undef sys_shmctl
8 #define sys_shmctl m32_sys_shmctl
9 #undef sys_time
10 #define sys_time m32_sys_time
11 #undef sys_rt_sigreturn
12 #define sys_rt_sigreturn m32_sys_rt_sigreturn
13 #undef sys_sigaltstack
14 #define sys_sigaltstack m32_sys_sigaltstack
15 #undef sys_sysinfo
16 #define sys_sysinfo m32_sys_sysinfo
17 #undef sys_times
18 #define sys_times m32_sys_times
19 #undef sys_ustat
20 #define sys_ustat m32_sys_ustat
21 #undef sys_utime
22 #define sys_utime m32_sys_utime
23 #include "sys_func.h"
24