summaryrefslogtreecommitdiff
path: root/regress/lib/libpthread/pthread_specific
AgeCommit message (Collapse)Author
2002-06-16write output to stdout instead of fprintf to stderr. This brings itMarco S Hyman
in line with all of the other pthread regression tests.
2002-05-03test pthread_key_create(), pthread_key_delete(), pthread_getspecific()Wilbern Cobb
and pthread_setspecific(). ok fgsch@.