fix invalid free of partial addrinfo list with multiple services
[musl] / src / signal / powerpc / restore.s
index fd7bcba..29c8afd 100644 (file)
@@ -1,11 +1,13 @@
-        .global __restore
-        .type __restore,%function
+       .global __restore
+       .hidden __restore
+       .type __restore,%function
 __restore:
-        li      0, 119 #__NR_sigreturn
-        sc
+       li      0, 119 #__NR_sigreturn
+       sc
 
-        .global __restore_rt
-        .type __restore_rt,%function
+       .global __restore_rt
+       .hidden __restore_rt
+       .type __restore_rt,%function
 __restore_rt:
-        li      0, 172 # __NR_rt_sigreturn
-        sc
+       li      0, 172 # __NR_rt_sigreturn
+       sc