From c764884325b414b25740d1cd567cefd585ae7755 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Fri, 19 Oct 2001 13:32:24 +0000 Subject: [PATCH] Just use RSYSCALL. --- lib/libc/amd64/sys/sigreturn.S | 3 +-- lib/libc/i386/sys/sigreturn.S | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/libc/amd64/sys/sigreturn.S b/lib/libc/amd64/sys/sigreturn.S index 5c7b392dee18..8e68520f351b 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 5c7b392dee18..8e68520f351b 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)