Sign in
android
/
platform
/
external
/
strace
/
e2075d1fbf166ad79fca7e3443e6a4c5d354e528
/
.
/
tests-mx32
/
getgroups32.c
blob: d0a356de198dc379321f5277466a94610e75ff0a [
file
] [
log
] [
blame
]
#include
"tests.h"
#include
<asm/unistd.h>
#ifdef
__NR_getgroups32
# include "getgroups.c"
#else
SKIP_MAIN_UNDEFINED
(
"__NR_getgroups32"
)
#endif