Home | History | Annotate | Download | only in tests
      1 #include "tests.h"
      2 #include <asm/unistd.h>
      3 
      4 #ifdef __NR_fchown32
      5 
      6 # define SYSCALL_NR __NR_fchown32
      7 # define SYSCALL_NAME "fchown32"
      8 # define ACCESS_BY_DESCRIPTOR
      9 # include "xchownx.c"
     10 
     11 #else
     12 
     13 SKIP_MAIN_UNDEFINED("__NR_fchown32")
     14 
     15 #endif
     16