summaryrefslogtreecommitdiffstats
path: root/lib
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
parentff3f213cbf5133bb0c61419e8d8cf714e808d777 (diff)
downloadFreeBSD-src-77fafc4065c18115d4620f84b0bced3605e15811.zip
FreeBSD-src-77fafc4065c18115d4620f84b0bced3605e15811.tar.gz
Just use RSYSCALL.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/amd64/sys/sigreturn.S3
-rw-r--r--lib/libc/i386/sys/sigreturn.S3
2 files changed, 2 insertions, 4 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)
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)
OpenPOWER on IntegriCloud