diff options
author | Max Romanov <max.romanov@nginx.com> | 2021-09-14 19:35:49 +0300 |
---|---|---|
committer | Max Romanov <max.romanov@nginx.com> | 2021-09-14 19:35:49 +0300 |
commit | d21ebcce833ff10dd1e199a75d523f81b5549b6d (patch) | |
tree | e96ee53e569b0ceb9e42a2fc47ef33a3a77ec2ca /docs | |
parent | a336928e1027af92d0c9bb2ccb369a3f9b53abae (diff) | |
download | unit-d21ebcce833ff10dd1e199a75d523f81b5549b6d.tar.gz unit-d21ebcce833ff10dd1e199a75d523f81b5549b6d.tar.bz2 |
Fixing build with glibc 2.34.
Explicitly using the sysconf() call to obtain the minimum thread stack size
instead of the PTHREAD_STACK_MIN macro.
This closes #576 PR on GitHub.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changes.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/changes.xml b/docs/changes.xml index 5ea0080b..4519f6e9 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -31,6 +31,12 @@ NGINX Unit updated to 1.26.0. date="" time="" packager="Andrei Belov <defan@nginx.com>"> +<change type="bugfix"> +<para> +fixed building with glibc 2.34, notably Fedora 35. +</para> +</change> + </changes> |