Home | History | Annotate | Download | only in tests-mx32
      1 #include "tests.h"
      2 #include <asm/unistd.h>
      3 
      4 #ifdef __NR_chown
      5 
      6 # define SYSCALL_NR __NR_chown
      7 # define SYSCALL_NAME "chown"
      8 
      9 # if defined __NR_chown32 && __NR_chown != __NR_chown32
     10 #  define UGID_TYPE_IS_SHORT
     11 # endif
     12 
     13 # include "xchownx.c"
     14 
     15 #else
     16 
     17 SKIP_MAIN_UNDEFINED("__NR_chown")
     18 
     19 #endif
     20