Elliott Hughes | c187376 | 2018-12-19 15:13:36 -0800 | [diff] [blame^] | 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_rt_sigreturn |
| 12 | #define sys_rt_sigreturn mx32_sys_rt_sigreturn |
| 13 | #undef sys_sigaltstack |
| 14 | #define sys_sigaltstack mx32_sys_sigaltstack |
| 15 | #undef sys_sysinfo |
| 16 | #define sys_sysinfo mx32_sys_sysinfo |
| 17 | #undef sys_times |
| 18 | #define sys_times mx32_sys_times |
| 19 | #undef sys_ustat |
| 20 | #define sys_ustat mx32_sys_ustat |
| 21 | #undef sys_utime |
| 22 | #define sys_utime mx32_sys_utime |
| 23 | #include "sys_func.h" |