diff options
author | Andy Fiddaman <omnios@citrus-it.co.uk> | 2021-07-20 02:27:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-19 22:27:40 -0400 |
commit | 7b18d0aa15b7d7e7afe85e34386ee89cffc82b74 (patch) | |
tree | 4c2a6dfdd46b8cadebc1d3462641b6d2e49384bc /docs/src | |
parent | 5fe597268e4e78dc84e481f57317a573356f63c2 (diff) | |
download | libuv-7b18d0aa15b7d7e7afe85e34386ee89cffc82b74.tar.gz libuv-7b18d0aa15b7d7e7afe85e34386ee89cffc82b74.zip |
sunos,cmake: use thread-safe errno
On illumos, the global errno variable is not thread-safe by default,
requiring that the application be built with gcc's -pthread option, or
that it defines -D_REENTRANT.
This was done already for the autotools build, but not for CMake.
PR-URL: https://github.com/libuv/libuv/pull/3243
Reviewed-By: Jameson Nash <vtjnash@gmail.com>
Diffstat (limited to 'docs/src')
0 files changed, 0 insertions, 0 deletions