Sign in
android
/
platform
/
external
/
musl
/
3da2b5cceae98f5098e62e7865fe6433c1e82775
/
.
/
src
/
unistd
/
getgid.c
blob: 1c9fe7157b351c8858c2e6d1e2aba96eb2231e20 [
file
] [
log
] [
blame
]
#include
<unistd.h>
#include
"syscall.h"
gid_t
getgid
(
void
)
{
return
__syscall
(
SYS_getgid
);
}