Subject: CVS commit: src/lib/libpthread
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 01/19/2003 18:03:51
Module Name:	src
Committed By:	christos
Date:		Sun Jan 19 16:03:50 UTC 2003

Modified Files:
	src/lib/libpthread: pthread.c pthread.h pthread_stack.c

Log Message:
- constify the get functions
- remove argument variable names since they pollute the namespace
- add mock implementation of the missing stack functions
XXX: we need to do this right [i.e. actually get and set sizes and addresses]
but the current stack setup makes this a bit complicated.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/lib/libpthread/pthread.c \
    src/lib/libpthread/pthread.h 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.