Subject: CVS commit: src/lib/libpthread
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 01/19/2003 13:17:04
Module Name: src
Committed By: jdolecek
Date: Sun Jan 19 11:17:03 UTC 2003
Modified Files:
src/lib/libpthread: pthread.h
Log Message:
'destructor' is a bit too generic; use 'destruct' instead for
pthread_key_create() prototype
this fixes compilation of Python 2.2 with thread support
XXX perhaps should drop all variable names from prototypes?
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/lib/libpthread/pthread.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.