]> sourceware.org Git - glibc.git/commitdiff
Move _SC_MINSIGSTKSZ/_SC_SIGSTKSZ entry in NEWS
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 1 Feb 2021 23:50:51 +0000 (15:50 -0800)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 2 Feb 2021 00:44:38 +0000 (16:44 -0800)
Move _SC_MINSIGSTKSZ/_SC_SIGSTKSZ entry to 2.34 section.

NEWS

diff --git a/NEWS b/NEWS
index 7e535c990e01a8d3a6d7cb5e57f29316af1fccd2..1ca12bc1a2f5e5a56ec5f38e623e269dd9f4f32e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,7 +9,10 @@ Version 2.34
 
 Major new features:
 
-  [Add new features here]
+* Add _SC_MINSIGSTKSZ and _SC_SIGSTKSZ.  When _SC_SIGSTKSZ_SOURCE or
+  _GNU_SOURCE are defined, MINSIGSTKSZ and SIGSTKSZ are no longer
+  constant on Linux.  MINSIGSTKSZ is redefined to sysconf(_SC_MINSIGSTKSZ)
+  and SIGSTKSZ is redefined to sysconf (_SC_SIGSTKSZ).
 
 Deprecated and removed features, and other changes affecting compatibility:
 
@@ -33,11 +36,6 @@ Version 2.33
 
 Major new features:
 
-* Add _SC_MINSIGSTKSZ and _SC_SIGSTKSZ.  When _SC_SIGSTKSZ_SOURCE or
-  _GNU_SOURCE are defined, MINSIGSTKSZ and SIGSTKSZ are no longer
-  constant on Linux.  MINSIGSTKSZ is redefined to sysconf(_SC_MINSIGSTKSZ)
-  and SIGSTKSZ is redefined to sysconf (_SC_SIGSTKSZ).
-
 * The dynamic linker accepts the --list-tunables argument which prints
   all the supported tunables.  This option is disable if glibc is
   configured with tunables disabled (--enable-tunables=no).
This page took 0.047977 seconds and 5 git commands to generate.