commit | 49c16699e9b471db8113b163e7f60a40d8f54277 | [log] [tgz] |
---|---|---|
author | Cyril Hrubis <chrubis@suse.cz> | Mon Oct 19 16:42:58 2015 +0200 |
committer | Cyril Hrubis <chrubis@suse.cz> | Thu Oct 29 18:41:34 2015 +0100 |
tree | eb48cf56dff7e5e3f43e1791eb7a4d36e3b8c725 | |
parent | 3d768ef83b95367fdca56a9fa0ac212c62a1d59b [diff] |
openposix: pthread_create_2-1: Fix. Use return value from ptread_create() instead of errno on failure. Do not try to deatch thread that was allready joined (the call was failing with ESRCH). Signed-off-by: Cyril Hrubis <chrubis@suse.cz>