Sign in
cobalt
/
cobalt.git
/
25902c6cb1ab9cfd8ae2ee6b0fb52953f73deda5
/
.
/
third_party
/
musl
/
src
/
signal
/
restore.c
blob: 5ec4f5dddc6587ddda37f5dba3687168eafeab72 [
file
]
#include
<features.h>
/* These functions will not work, but suffice for targets where the
* kernel sigaction structure does not actually use sa_restorer. */
hidden
void
__restore
()
{
}
hidden
void
__restore_rt
()
{
}