mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
NEWS: Fix another typo ("multithread..." -> "multi-threaded...").
Thank you Florian Weimer and Paul Eggert for proofreading this.
This commit is contained in:
parent
0253580a75
commit
5fc3eca750
2
NEWS
2
NEWS
@ -43,7 +43,7 @@ Major new features:
|
||||
* The popen and system do not run atfork handlers anymore (BZ#17490).
|
||||
Although it is a possible POSIX violation, the POSIX rationale in
|
||||
pthread_atfork documentation regarding atfork handlers is to handle
|
||||
inconsistent mutex state after fork call in multithread environment.
|
||||
inconsistent mutex state after a fork call in a multi-threaded process.
|
||||
In both popen and system there is no direct access to user-defined mutexes.
|
||||
|
||||
* Support for the C-SKY ABIV2 running on Linux has been added. This port
|
||||
|
Loading…
Reference in New Issue
Block a user