fix dynamic linker handling of empty path file or error reading path file
[oweals/musl.git] / src / signal / i386 / restore.s
index 298ba9a5dacc25ef13cb79099ccfb43d47312d46..a30b69c41453b1231819cf2eec81c02af1fe5a0e 100644 (file)
@@ -1,10 +1,12 @@
 .global __restore
+.type __restore,@function
 __restore:
        popl %eax
        movl $119, %eax
        int $0x80
 
 .global __restore_rt
+.type __restore_rt,@function
 __restore_rt:
        movl $173, %eax
        int $0x80