From 77fafc4065c18115d4620f84b0bced3605e15811 Mon Sep 17 00:00:00 2001 From: ru Date: Fri, 19 Oct 2001 13:32:24 +0000 Subject: Just use RSYSCALL. --- lib/libc/amd64/sys/sigreturn.S | 3 +-- lib/libc/i386/sys/sigreturn.S | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'lib') 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) -- cgit v1.1