]> granicus.if.org Git - strace/blob - tests/getgroups32.c
Replace "(unsigned long) -1L" with -1UL
[strace] / tests / getgroups32.c
1 #include "tests.h"
2 #include <asm/unistd.h>
3
4 #ifdef __NR_getgroups32
5
6 # include "getgroups.c"
7
8 #else
9
10 SKIP_MAIN_UNDEFINED("__NR_getgroups32")
11
12 #endif