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
apply hidden visibility to stdio internals
[musl.git]
/
src
/
signal
/
restore.c
blob
873b867e6feb701d140bdd31444135aed980f6af
1
/* These functions will not work, but suffice for targets where the
2
* kernel sigaction structure does not actually use sa_restorer. */
3
4
void
__restore
()
5
{
6
}
7
8
void
__restore_rt
()
9
{
10
}