Sign in
mojo
/
mojo-tools
/
48993a8a843ad4b7ee14c6cb42dd7f7497f25f20
/
.
/
fusl
/
src
/
unistd
/
geteuid.c
blob: 14e72291fd390d2820e443662c2d3e517ede0bc7 [
file
]
#include
<unistd.h>
#include
"syscall.h"
uid_t
geteuid
(
void
)
{
return
__syscall
(
SYS_geteuid
);
}