__NR_statx
__SYSCALL(__NR_statx, sys_statx)
case __NR_statx:
#ifndef __NR_statx
return syscall(__NR_statx, dfd, filename, flags, mask, buffer);
#ifdef __NR_statx
return my_syscall5(__NR_statx, fd, path, flags, mask, buf);
__SYSCALL(__NR_statx, sys_statx)
CASE_TEST(syscall_args); EXPECT_SYSER(1, syscall(__NR_statx, 0, NULL, 0, 0, NULL), -1, EFAULT); break;