Dmitry V. Levin | b0e6115 | 2015-12-02 01:02:39 +0000 | [diff] [blame] | 1 | #ifdef HAVE_CONFIG_H |
2 | # include "config.h" | ||||
3 | #endif | ||||
4 | |||||
5 | #include <sys/syscall.h> | ||||
6 | |||||
Dmitry V. Levin | cc2baf3 | 2015-12-05 00:01:56 +0000 | [diff] [blame^] | 7 | #undef TEST_SYSCALL_NAME |
Dmitry V. Levin | b0e6115 | 2015-12-02 01:02:39 +0000 | [diff] [blame] | 8 | #ifdef __NR_fstatat64 |
Dmitry V. Levin | cc2baf3 | 2015-12-05 00:01:56 +0000 | [diff] [blame^] | 9 | # define TEST_SYSCALL_NAME fstatat64 |
Dmitry V. Levin | b0e6115 | 2015-12-02 01:02:39 +0000 | [diff] [blame] | 10 | #endif |
11 | |||||
12 | #include "fstatat.c" |