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