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
simplify/refactor fflush and make fflush_unlocked an alias for fflush
[musl.git]
/
src
/
unistd
/
geteuid.c
blob
88f2cd538252b679b56ae4af475e0ea89b11c204
1
#include <unistd.h>
2
#include
"syscall.h"
3
4
uid_t
geteuid
(
void
)
5
{
6
return
__syscall
(
SYS_geteuid
);
7
}