Subject: CVS commit: [nathanw_sa] src/lib/libpthread
To: None <source-changes@netbsd.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 01/02/2003 08:41:09
Module Name: src
Committed By: nathanw
Date: Thu Jan 2 06:41:09 UTC 2003
Modified Files:
src/lib/libpthread [nathanw_sa]: pthread.c pthread_run.c pthread_sa.c
pthread_sig.c
Log Message:
Clean up the namespace a bit; make a few more things static, and make sure
all private globals are prefixed with pthread__.
To generate a diff of this commit:
cvs rdiff -r1.1.2.38 -r1.1.2.39 src/lib/libpthread/pthread.c
cvs rdiff -r1.1.2.19 -r1.1.2.20 src/lib/libpthread/pthread_run.c
cvs rdiff -r1.1.2.35 -r1.1.2.36 src/lib/libpthread/pthread_sa.c
cvs rdiff -r1.1.2.22 -r1.1.2.23 src/lib/libpthread/pthread_sig.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.