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