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

12 lines
216 B
C

#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <sys/syscall.h>
#undef TEST_SYSCALL_NAME
#if defined __NR_select && !defined __NR__newselect
# define TEST_SYSCALL_NAME select
#endif
#include "xselect.c"