Home | History | Annotate | Download | only in tests
      1 #ifdef HAVE_CONFIG_H
      2 # include "config.h"
      3 #endif
      4 
      5 #include <sys/syscall.h>
      6 
      7 #undef TEST_SYSCALL_NAME
      8 #ifdef __NR_fstat
      9 # define TEST_SYSCALL_NAME fstat
     10 # define SAMPLE_SIZE ((kernel_ulong_t) 43147718418)
     11 #endif
     12 
     13 #include "fstatx.c"
     14