summaryrefslogtreecommitdiff
path: root/tests/newfstatat.c
blob: ffdcae261cc29f1a5ffbad74e0f07956d8664377 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
 * Copyright (c) 2015-2018 Dmitry V. Levin <ldv@altlinux.org>
 * All rights reserved.
 *
 * SPDX-License-Identifier: GPL-2.0-or-later
 */

#include "tests.h"
#include "scno.h"

#ifdef __NR_newfstatat

# define TEST_SYSCALL_NR __NR_newfstatat
# define TEST_SYSCALL_STR "newfstatat"
# include "fstatat.c"

#else

SKIP_MAIN_UNDEFINED("__NR_newfstatat")

#endif