1#undef sys_readdir 2#define sys_readdir mx32_sys_readdir 3#undef sys_getdents 4#define sys_getdents mx32_sys_getdents 5#undef sys_msgctl 6#define sys_msgctl mx32_sys_msgctl 7#undef sys_shmctl 8#define sys_shmctl mx32_sys_shmctl 9#undef sys_time 10#define sys_time mx32_sys_time 11#undef sys_sigaltstack 12#define sys_sigaltstack mx32_sys_sigaltstack 13#undef sys_sysinfo 14#define sys_sysinfo mx32_sys_sysinfo 15#undef sys_times 16#define sys_times mx32_sys_times 17#undef sys_ustat 18#define sys_ustat mx32_sys_ustat 19#undef sys_utime 20#define sys_utime mx32_sys_utime 21#include "sys_func.h" 22