mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 14:50:05 +00:00
Move _SC_MINSIGSTKSZ/_SC_SIGSTKSZ entry in NEWS
Move _SC_MINSIGSTKSZ/_SC_SIGSTKSZ entry to 2.34 section.
This commit is contained in:
parent
f9be44c7e6
commit
57fb02b2cf
10
NEWS
10
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).
|
||||
|
Loading…
Reference in New Issue
Block a user