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