repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use libc_hidden_* for fputs (bug 15105).
[glibc.git]
/
sysdeps
/
unix
/
setxid.h
blob
c18e2d4a6bad8e384f43b2e02b9768de631ab1d2
1
#include <sysdep.h>
2
3
#define INLINE_SETXID_SYSCALL(name, nr, args...) \
4
INLINE_SYSCALL (name, nr, args)