Subject: CVS commit: src/lib/libc/arch/m68k/sys
To: None <source-changes@NetBSD.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 12/31/2007 07:39:19
Module Name:	src
Committed By:	martin
Date:		Mon Dec 31 07:39:19 UTC 2007

Added Files:
	src/lib/libc/arch/m68k/sys: __mmap.S _lwp_getprivate.S mremap.S

Log Message:
Add missing stubs for syscalls returning addresses.
We can now run on a kernel that does not copy the syscall return value
to register A0.
As discussed in PR port-m68k/37631.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/lib/libc/arch/m68k/sys/__mmap.S \
    src/lib/libc/arch/m68k/sys/_lwp_getprivate.S \
    src/lib/libc/arch/m68k/sys/mremap.S

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