Subject: CVS commit: basesrc/lib/libc/arch/x86_64/sys
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 12/13/2002 19:43:03
Module Name:	basesrc
Committed By:	fvdl
Date:		Fri Dec 13 17:43:03 UTC 2002

Modified Files:
	basesrc/lib/libc/arch/x86_64/sys: __sigtramp1.S

Log Message:
The fast syscall path clobbers 2 registers. Which is fine for a plain
system call, as long as the stub knows about it. However, it's bad
for sigreturn. Hence, use the old entry point for sigreturn. XXX


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 basesrc/lib/libc/arch/x86_64/sys/__sigtramp1.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.