NEWS: Fix another typo ("multithread..." -> "multi-threaded...").

Thank you Florian Weimer and Paul Eggert for proofreading this.
This commit is contained in:
Rafal Luzynski 2018-12-28 21:15:41 +01:00
parent 0253580a75
commit 5fc3eca750

2
NEWS
View file

@ -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