X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fsignal%2Fpowerpc%2Frestore.s;h=29c8afd03c6cd3ebda8eac01972231b551f96515;hb=224d938c5e538ac37f84c6e9a01bd2095aa7081a;hp=fd7bcba59acde8cc857a2fe7cf1b218fe79f29ea;hpb=1c8eb8bad791fe9d01d0d4ab77882db634fa933d;p=musl diff --git a/src/signal/powerpc/restore.s b/src/signal/powerpc/restore.s index fd7bcba5..29c8afd0 100644 --- a/src/signal/powerpc/restore.s +++ b/src/signal/powerpc/restore.s @@ -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