Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Michael Graff <explorer@netbsd.org>
List: source-changes
Date: 11/14/1999 10:34:15
Module Name: basesrc
Committed By: explorer
Date: Sun Nov 14 18:34:15 UTC 1999
Added Files:
basesrc/lib/libc/thread-stub: Makefile.inc pthread-stub.c
Log Message:
add stub thread functions. These are not (yet) used, and always return
success. They are weak-aliased, so if linked with a real pthreads library
the correct magic will happen.
To generate a diff of this commit:
cvs rdiff -r0 -r1.1 basesrc/lib/libc/thread-stub/Makefile.inc \
basesrc/lib/libc/thread-stub/pthread-stub.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.