Dmitry V. Levin | 0c8853c | 2016-01-02 13:28:43 +0000 | [diff] [blame^] | 1 | #include "tests.h" |
Dmitry V. Levin | 38e3768 | 2015-12-05 00:03:02 +0000 | [diff] [blame] | 2 | #include <sys/syscall.h> |
3 | |||||
4 | #undef TEST_SYSCALL_NAME | ||||
5 | #ifdef __NR_lstat | ||||
6 | # define TEST_SYSCALL_NAME lstat | ||||
7 | # define SAMPLE_SIZE ((kernel_ulong_t) 43147718418) | ||||
8 | #endif | ||||
9 | |||||
10 | #include "lstatx.c" |