Subject: CVS commit: [nathanw_sa] basesrc/lib/libc
To: None <source-changes@netbsd.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 03/25/2002 05:40:38
Module Name:	basesrc
Committed By:	nathanw
Date:		Mon Mar 25 03:40:37 UTC 2002

Modified Files:
	basesrc/lib/libc/include [nathanw_sa]: reentrant.h
	basesrc/lib/libc/stdlib [nathanw_sa]: malloc.c
	basesrc/lib/libc/thread-stub [nathanw_sa]: pthread-indr.c
	    pthread-stub.c

Log Message:
Bind libc's pthread desires to _libc_pthread_*, rather than pthread_*, to
prevent accidental use of pthread libraries that aren't actually integrated
with libc.


To generate a diff of this commit:
cvs rdiff -r1.6.4.3 -r1.6.4.4 basesrc/lib/libc/include/reentrant.h
cvs rdiff -r1.36.2.4 -r1.36.2.5 basesrc/lib/libc/stdlib/malloc.c
cvs rdiff -r1.1.2.2 -r1.1.2.3 basesrc/lib/libc/thread-stub/pthread-indr.c
cvs rdiff -r1.3.6.9 -r1.3.6.10 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.