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