Subject: CVS commit: src/lib/libpthread
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 01/19/2003 22:58:03
Module Name: src
Committed By: thorpej
Date: Sun Jan 19 20:58:02 UTC 2003
Modified Files:
src/lib/libpthread: pthread.h pthread_stack.c
Log Message:
Remove the dummy stack attr routines -- best to catch broken applications
and fix them to use the proper feature test instead (as has already been
done with the openldap package).
To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/lib/libpthread/pthread.h
cvs rdiff -r1.4 -r1.5 src/lib/libpthread/pthread_stack.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.