fix build regression in oldmalloc
[musl] / src / signal / i386 / restore.s
index a30b69c..ccc9430 100644 (file)
@@ -1,4 +1,5 @@
 .global __restore
+.hidden __restore
 .type __restore,@function
 __restore:
        popl %eax
@@ -6,6 +7,7 @@ __restore:
        int $0x80
 
 .global __restore_rt
+.hidden __restore_rt
 .type __restore_rt,@function
 __restore_rt:
        movl $173, %eax