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_sigaltstack 12 #define sys_sigaltstack m32_sys_sigaltstack 13 #undef sys_sysinfo 14 #define sys_sysinfo m32_sys_sysinfo 15 #undef sys_times 16 #define sys_times m32_sys_times 17 #undef sys_ustat 18 #define sys_ustat m32_sys_ustat 19 #undef sys_utime 20 #define sys_utime m32_sys_utime 21 #include "sys_func.h" 22