Subject: CVS commit: [nathanw_sa] basesrc/lib/libsyscall
To: None <source-changes@netbsd.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 01/29/2002 21:48:56
Module Name: basesrc
Committed By: nathanw
Date: Tue Jan 29 19:48:56 UTC 2002
Added Files:
basesrc/lib/libsyscall [nathanw_sa]: Makefile shlib_version
Log Message:
Libsyscall build infrastructure.
This provides other libraries (notably, libpthread) with the ability to
override syscalls with wrappers that do something else, optionally calling
the real system call (renamed to _syscall_whatever), and have those overridden
functioned used by libc.
To generate a diff of this commit:
cvs rdiff -r0 -r1.1.2.1 basesrc/lib/libsyscall/Makefile \
basesrc/lib/libsyscall/shlib_version
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.