Subject: CVS commit: [nathanw_sa] basesrc/lib/libpthread
To: None <source-changes@netbsd.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 07/16/2002 16:26:02
Module Name:	basesrc
Committed By:	nathanw
Date:		Tue Jul 16 13:26:02 UTC 2002

Modified Files:
	basesrc/lib/libpthread [nathanw_sa]: pthread_alarms.c pthread_int.h

Log Message:
Make the caller of the alarm functions supply the alarm data structure,
instead of malloc'ing() it.

"malloc() inside spinlocks considered harmful." Duh.


To generate a diff of this commit:
cvs rdiff -r1.1.2.4 -r1.1.2.5 basesrc/lib/libpthread/pthread_alarms.c
cvs rdiff -r1.1.2.25 -r1.1.2.26 basesrc/lib/libpthread/pthread_int.h

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