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
sys/stat.h: fix typo in statx member name stx_dio_offset_align
[musl.git]
/
src
/
linux
/
setfsuid.c
blob
1bae44186fdb791f627633ce8a0001d7f40830c3
1
#include <sys/fsuid.h>
2
#include
"syscall.h"
3
4
int
setfsuid
(
uid_t uid
)
5
{
6
return
syscall
(
SYS_setfsuid
,
uid
);
7
}