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
Add sysdeps/init_array to produce empty crt[in].o and use .preinit_array for gcrt1.o
[glibc.git]
/
sysdeps
/
generic
/
local-setxid.h
blob
b70d9ffb3206a8cfa1dbfa82a3dcb3f75161a85c
1
/* No special support. Fall back to the regular functions. */
2
3
#define local_seteuid(id) seteuid (id)
4
#define local_setegid(id) setegid (id)