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