• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
13