Sign in
mojo
/
mojo-tools
/
96b05c1cc252cbd1582be4b8c554e72024938f3c
/
.
/
fusl
/
src
/
unistd
/
getuid.c
blob: 61309d1b791497663f6942b0b9197078597f14a0 [
file
] [
log
] [
blame
]
#include
<unistd.h>
#include
"syscall.h"
uid_t
getuid
(
void
)
{
return
__syscall
(
SYS_getuid
);
}