Sign in
android
/
platform
/
external
/
musl
/
3ea3fcf78a5532e118856846df8adbf3f60ef716
/
.
/
src
/
signal
/
restore.c
blob: 5ec4f5dddc6587ddda37f5dba3687168eafeab72 [
file
] [
log
] [
blame
]
#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
()
{
}