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