Dmitry V. Levin | 5e9944d | 2016-04-19 01:59:52 +0000 | [diff] [blame] | 1 | #include "tests.h" |
Dmitry V. Levin | 6a2f43c | 2016-08-09 14:38:29 +0000 | [diff] [blame^] | 2 | #include <asm/unistd.h> |
Dmitry V. Levin | 5e9944d | 2016-04-19 01:59:52 +0000 | [diff] [blame] | 3 | |
4 | #ifdef __NR_getgroups32 | ||||
5 | |||||
6 | # include "getgroups.c" | ||||
7 | |||||
8 | #else | ||||
9 | |||||
10 | SKIP_MAIN_UNDEFINED("__NR_getgroups32") | ||||
11 | |||||
12 | #endif |