]> granicus.if.org Git - strace/blob - tests/setfsgid32.c
Replace "(unsigned long) -1L" with -1UL
[strace] / tests / setfsgid32.c
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