repo.or.cz
/
musl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
loongarch64: add new syscall numbers
[musl.git]
/
src
/
unistd
/
getuid.c
blob
61309d1b791497663f6942b0b9197078597f14a0
1
#include <unistd.h>
2
#include
"syscall.h"
3
4
uid_t
getuid
(
void
)
5
{
6
return
__syscall
(
SYS_getuid
);
7
}