Subject: CVS commit: basesrc/lib/libc/arch/mips/sys
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 07/20/2001 20:37:42
Module Name: basesrc
Committed By: thorpej
Date: Fri Jul 20 17:37:41 UTC 2001
Modified Files:
basesrc/lib/libc/arch/mips/sys: __clone.S
Log Message:
Duh, call the clone's entry point w/ jal, so that when it returns,
it returns to the correct $ra (not the parent's!!).
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 basesrc/lib/libc/arch/mips/sys/__clone.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.