summaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorMax Romanov <max.romanov@nginx.com>2021-09-14 19:35:49 +0300
committerMax Romanov <max.romanov@nginx.com>2021-09-14 19:35:49 +0300
commitd21ebcce833ff10dd1e199a75d523f81b5549b6d (patch)
treee96ee53e569b0ceb9e42a2fc47ef33a3a77ec2ca /docs
parenta336928e1027af92d0c9bb2ccb369a3f9b53abae (diff)
downloadunit-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.xml6
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 &lt;defan@nginx.com&gt;">
+<change type="bugfix">
+<para>
+fixed building with glibc 2.34, notably Fedora 35.
+</para>
+</change>
+
</changes>