summaryrefslogtreecommitdiff
path: root/tests/setgroups32.c
blob: bd0a1fdec5b75be3681e668f44e894211f224327 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include "tests.h"
#include <sys/syscall.h>

#ifdef __NR_setgroups32

# include "setgroups.c"

#else

SKIP_MAIN_UNDEFINED("__NR_setgroups32")

#endif