Skip to content
Snippets Groups Projects
Commit 9ce83ce5 authored by Howard Chu's avatar Howard Chu
Browse files

Fix pthread_create test for AIX. AIX deviates from POSIX in that threads

are created detached by default. We need to set the thread attributes in
advance, otherwise pthread_detach will fail.
parent 056a1e27
Branches
Tags
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment