remove undef weak refs to init/fini array symbols in libc.so
[musl] / src / signal / sigaction.c
index d5f4774..ab23a6f 100644 (file)
@@ -6,8 +6,6 @@
 #include "libc.h"
 #include "ksigaction.h"
 
-void __restore(), __restore_rt();
-
 static int unmask_done;
 static unsigned long handler_set[_NSIG/(8*sizeof(long))];