synccall: add separate exit_sem to fix thread release logic bug
[musl.git] / src / signal / restore.c
blob5ec4f5dddc6587ddda37f5dba3687168eafeab72
1 #include <features.h>
3 /* These functions will not work, but suffice for targets where the
4 * kernel sigaction structure does not actually use sa_restorer. */
6 hidden void __restore()
10 hidden void __restore_rt()