]> granicus.if.org Git - strace/blob - tests/setgroups32.c
strace: terminate itself if interrupted by a signal
[strace] / tests / setgroups32.c
1 #include "tests.h"
2 #include <asm/unistd.h>
3
4 #ifdef __NR_setgroups32
5
6 # include "setgroups.c"
7
8 #else
9
10 SKIP_MAIN_UNDEFINED("__NR_setgroups32")
11
12 #endif