Sign in
mojo
/
mojo-tools
/
2c145bfc0ff543c5a79d973aac78831f87424ab1
/
.
/
fusl
/
src
/
unistd
/
getegid.c
blob: 2f1f1d9fc706d7a013949e608732b0866ab15e19 [
file
] [
log
] [
blame
]
#include
<unistd.h>
#include
"syscall.h"
gid_t
getegid
(
void
)
{
return
__syscall
(
SYS_getegid
);
}