Module Name: src Committed By: kamil Date: Wed Jan 29 13:40:23 UTC 2020
Modified Files: src/tests/lib/libpthread: t_join.c Log Message: Fix the t_join test For pthread_attr_get_np() attr should be initialized prior to the call by using pthread_attr_init(3). pthread_getattr_np() does this automatically so switch to it. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/tests/lib/libpthread/t_join.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.