Sign in
cobalt
/
cobalt
/
07081467c3d00b04a6a1162e0566a5a8b9cfe2d5
/
.
/
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
);
}