aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2021-02-01 15:50:51 -0800
committerH.J. Lu <hjl.tools@gmail.com>2021-02-01 16:44:38 -0800
commit57fb02b2cf26847380352fa06e6c711eff5faae9 (patch)
treec3331cd9ed03022315f70db822f93bd695de43ba /NEWS
parentf9be44c7e6d90cb1fe3a0fbe3cc299ac783f0be8 (diff)
downloadglibc-57fb02b2cf26847380352fa06e6c711eff5faae9.zip
glibc-57fb02b2cf26847380352fa06e6c711eff5faae9.tar.gz
glibc-57fb02b2cf26847380352fa06e6c711eff5faae9.tar.bz2
Move _SC_MINSIGSTKSZ/_SC_SIGSTKSZ entry in NEWS
Move _SC_MINSIGSTKSZ/_SC_SIGSTKSZ entry to 2.34 section.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 4 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 7e535c9..1ca12bc 100644
--- 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).