diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/amd64/sys/sigreturn.S | 3 | ||||
-rw-r--r-- | 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 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) |