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