diff options
author | ru <ru@FreeBSD.org> | 2001-10-19 13:32:24 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-10-19 13:32:24 +0000 |
commit | 77fafc4065c18115d4620f84b0bced3605e15811 (patch) | |
tree | bf1101fea3cca898920fd208f6449805ac9e3222 /lib/libc/i386 | |
parent | ff3f213cbf5133bb0c61419e8d8cf714e808d777 (diff) | |
download | FreeBSD-src-77fafc4065c18115d4620f84b0bced3605e15811.zip FreeBSD-src-77fafc4065c18115d4620f84b0bced3605e15811.tar.gz |
Just use RSYSCALL.
Diffstat (limited to 'lib/libc/i386')
-rw-r--r-- | lib/libc/i386/sys/sigreturn.S | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/i386/sys/sigreturn.S b/lib/libc/i386/sys/sigreturn.S index 5c7b392..8e68520 100644 --- a/lib/libc/i386/sys/sigreturn.S +++ b/lib/libc/i386/sys/sigreturn.S @@ -46,5 +46,4 @@ * must be saved. On FreeBSD, this is not the case. */ -SYSCALL(sigreturn) - ret +RSYSCALL(sigreturn) |