You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
635 B
24 lines
635 B
#undef sys_readdir
|
|
#define sys_readdir mx32_sys_readdir
|
|
#undef sys_getdents
|
|
#define sys_getdents mx32_sys_getdents
|
|
#undef sys_msgctl
|
|
#define sys_msgctl mx32_sys_msgctl
|
|
#undef sys_shmctl
|
|
#define sys_shmctl mx32_sys_shmctl
|
|
#undef sys_time
|
|
#define sys_time mx32_sys_time
|
|
#undef sys_rt_sigreturn
|
|
#define sys_rt_sigreturn mx32_sys_rt_sigreturn
|
|
#undef sys_sigaltstack
|
|
#define sys_sigaltstack mx32_sys_sigaltstack
|
|
#undef sys_sysinfo
|
|
#define sys_sysinfo mx32_sys_sysinfo
|
|
#undef sys_times
|
|
#define sys_times mx32_sys_times
|
|
#undef sys_ustat
|
|
#define sys_ustat mx32_sys_ustat
|
|
#undef sys_utime
|
|
#define sys_utime mx32_sys_utime
|
|
#include "sys_func.h"
|