commit | 2d899c41ac389ab881a56a82380e7bdb91fbbcc8 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Wed Oct 17 16:03:42 2018 -0700 |
committer | Josh Gao <jmgao@google.com> | Wed Oct 17 16:03:42 2018 -0700 |
tree | cc0a13d666ad7b767f76261e1917a1f7039d8cd6 | |
parent | 6e82b7e6726d2c2ed0d6754ce1557d00e051b52c [diff] |
Fix usages of TEMP_FAILURE_RETRY(pthread_foo(...)). pthread functions don't return -1 and set errno on failure, they return a positive errno value instead. Test: treehugger Change-Id: I0097660e44c86c4c49d642e1169a30e43f9662bf