Subject: CVS commit: src/lib/libpthread
To: None <source-changes@NetBSD.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 07/18/2003 22:33:47
Module Name:	src
Committed By:	nathanw
Date:		Fri Jul 18 22:33:47 UTC 2003

Modified Files:
	src/lib/libpthread: Makefile pthread.c pthread_int.h
Added Files:
	src/lib/libpthread: pthread_attr.c

Log Message:
pthread.c was getting a bit unwieldly. Move pthread_attr stuff out
into a new file, and put the shared private structure definition in
pthread_int.h.


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 src/lib/libpthread/Makefile
cvs rdiff -r1.24 -r1.25 src/lib/libpthread/pthread.c
cvs rdiff -r0 -r1.1 src/lib/libpthread/pthread_attr.c
cvs rdiff -r1.15 -r1.16 src/lib/libpthread/pthread_int.h

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