android_mt6572_jiabo/external/strace/tests/_newselect.c
2025-09-05 16:56:03 +08:00

12 lines
191 B
C

#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <sys/syscall.h>
#undef TEST_SYSCALL_NAME
#ifdef __NR__newselect
# define TEST_SYSCALL_NAME _newselect
#endif
#include "xselect.c"