Module Name: src Committed By: jruoho Date: Fri Jul 9 08:22:04 UTC 2010
Modified Files: src/lib/libpthread: Makefile pthread_getspecific.3 pthread_key_create.3 Removed Files: src/lib/libpthread: pthread_key_delete.3 pthread_setspecific.3 Log Message: Rationalize by moving pthread_key_delete(3) to pthread_key_create(3); and pthread_setspecific(3) to pthread_getspecific(3) To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 src/lib/libpthread/Makefile cvs rdiff -u -r1.3 -r1.4 src/lib/libpthread/pthread_getspecific.3 cvs rdiff -u -r1.4 -r1.5 src/lib/libpthread/pthread_key_create.3 cvs rdiff -u -r1.6 -r0 src/lib/libpthread/pthread_key_delete.3 cvs rdiff -u -r1.3 -r0 src/lib/libpthread/pthread_setspecific.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.