summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/sparc64/sigreturn_stub.S
blob: a5c9bb47fa8aad39c1737402e5a9a807bd93c8f6 (plain)
1
2
3
4
5
6
7
8
9
10
#include <sysdep.h>

        nop
        nop

ENTRY_NOCFI (__rt_sigreturn_stub)
        mov     __NR_rt_sigreturn, %g1
        ta      0x6d
END_NOCFI (__rt_sigreturn_stub)