Subject: CVS commit: src/lib
To: None <source-changes@NetBSD.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 02/02/2004 20:36:19
Module Name:	src
Committed By:	nathanw
Date:		Mon Feb  2 20:36:19 UTC 2004

Modified Files:
	src/lib/libpthread: pthread_int.h pthread_stack.c
	src/lib/libpthread_dbg: pthread_dbg.c

Log Message:
Rename pt_stacksize, pt_stacksize_lg, and pt_stackmask to pthread_*. External
symbols can't start with pt_, as that is in the application namespace.


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 src/lib/libpthread/pthread_int.h
cvs rdiff -r1.10 -r1.11 src/lib/libpthread/pthread_stack.c
cvs rdiff -r1.12 -r1.13 src/lib/libpthread_dbg/pthread_dbg.c

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