Subject: CVS commit: src/sys/compat/linux/arch/amd64
To: None <source-changes@NetBSD.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 05/22/2005 19:31:15
Module Name: src
Committed By: fvdl
Date: Sun May 22 19:31:15 UTC 2005
Modified Files:
src/sys/compat/linux/arch/amd64: linux_machdep.c
Log Message:
sigreturn doesn't take arguments. Instead, find out where the signal
frame is from the stack pointer in the frame frame.
Also, don't forget to copy %rip back in.
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/compat/linux/arch/amd64/linux_machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.