X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fsignal%2Fx86_64%2Frestore.s;h=682af2dd84accf2f8f5e1442e200ced3d03c9f26;hb=96b3ea53f9ae365a82fb537d4fdac63c2082cc22;hp=bc5e0d745b17c20f17110ecb04df00834f01ad28;hpb=1e12632591ab98a6ea3af8680716c28282552981;p=musl diff --git a/src/signal/x86_64/restore.s b/src/signal/x86_64/restore.s index bc5e0d74..682af2dd 100644 --- a/src/signal/x86_64/restore.s +++ b/src/signal/x86_64/restore.s @@ -1,11 +1,8 @@ .global __restore_rt .global __restore -.type __restore_rt,%function -.type __restore,%function +.type __restore_rt,@function +.type __restore,@function __restore_rt: __restore: movl $15, %eax syscall -.size __restore_rt,.-__restore_rt -.size __restore,.-__restore -