/* * Copyright (c) 2015-2016 Dmitry V. Levin * Copyright (c) 2015-2017 The strace developers. * All rights reserved. * * SPDX-License-Identifier: GPL-2.0-or-later */ #include "tests.h" #include #ifdef __NR_fstat # define TEST_SYSCALL_NR __NR_fstat # define TEST_SYSCALL_STR "fstat" # define SAMPLE_SIZE ((libc_off_t) (kernel_ulong_t) 43147718418ULL) # include "fstatx.c" #else SKIP_MAIN_UNDEFINED("__NR_fstat") #endif