Subject: CVS commit: [nathanw_sa] basesrc/lib/libc/sys
To: None <source-changes@netbsd.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 08/03/2002 00:29:18
Module Name:	basesrc
Committed By:	nathanw
Date:		Fri Aug  2 21:29:18 UTC 2002

Modified Files:
	basesrc/lib/libc/sys [nathanw_sa]: Makefile.inc

Log Message:
Go back to generating syscall stubs here in libc. For every syscall "foo"
listed in WEAKASM, generate the stub with entry point name "_sys_foo" and
weak aliases named "_foo" and "foo".
(likely to be replaced with a table-based system soon)


To generate a diff of this commit:
cvs rdiff -r1.111.2.9 -r1.111.2.10 basesrc/lib/libc/sys/Makefile.inc

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