summaryrefslogtreecommitdiffstats
path: root/lib/libc/amd64
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-10-19 13:32:24 +0000
committerru <ru@FreeBSD.org>2001-10-19 13:32:24 +0000
commit77fafc4065c18115d4620f84b0bced3605e15811 (patch)
treebf1101fea3cca898920fd208f6449805ac9e3222 /lib/libc/amd64
parentff3f213cbf5133bb0c61419e8d8cf714e808d777 (diff)
downloadFreeBSD-src-77fafc4065c18115d4620f84b0bced3605e15811.zip
FreeBSD-src-77fafc4065c18115d4620f84b0bced3605e15811.tar.gz
Just use RSYSCALL.
Diffstat (limited to 'lib/libc/amd64')
-rw-r--r--lib/libc/amd64/sys/sigreturn.S3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/amd64/sys/sigreturn.S b/lib/libc/amd64/sys/sigreturn.S
index 5c7b392..8e68520 100644
--- a/lib/libc/amd64/sys/sigreturn.S
+++ b/lib/libc/amd64/sys/sigreturn.S
@@ -46,5 +46,4 @@
* must be saved. On FreeBSD, this is not the case.
*/
-SYSCALL(sigreturn)
- ret
+RSYSCALL(sigreturn)
OpenPOWER on IntegriCloud