summaryrefslogtreecommitdiff
path: root/tests/getgroups32.c
blob: d0a356de198dc379321f5277466a94610e75ff0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include "tests.h"
#include <asm/unistd.h>

#ifdef __NR_getgroups32

# include "getgroups.c"

#else

SKIP_MAIN_UNDEFINED("__NR_getgroups32")

#endif