android_mt6572_jiabo/external/strace/tests/newfstatat.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_newfstatat
# define TEST_SYSCALL_NAME newfstatat
#endif
#include "fstatat.c"