Home | History | Annotate | Download | only in tests-mx32
      1 #include "tests.h"
      2 #include <asm/unistd.h>
      3 
      4 #ifdef __NR_getgroups32
      5 
      6 # include "getgroups.c"
      7 
      8 #else
      9 
     10 SKIP_MAIN_UNDEFINED("__NR_getgroups32")
     11 
     12 #endif
     13