diff options
author | Rafal Luzynski <digitalfreak@lingonborough.com> | 2018-12-28 21:15:41 +0100 |
---|---|---|
committer | Rafal Luzynski <digitalfreak@lingonborough.com> | 2018-12-28 21:19:50 +0100 |
commit | 5fc3eca750791ed7e389026a70864687b4bf8379 (patch) | |
tree | 0b7b5080951e0a8ebfa23341106112a6c9fa53d1 | |
parent | 0253580a75decdaf22b6abce60d8265b2adb7dea (diff) | |
download | glibc-5fc3eca750791ed7e389026a70864687b4bf8379.tar glibc-5fc3eca750791ed7e389026a70864687b4bf8379.tar.gz glibc-5fc3eca750791ed7e389026a70864687b4bf8379.tar.bz2 glibc-5fc3eca750791ed7e389026a70864687b4bf8379.zip |
NEWS: Fix another typo ("multithread..." -> "multi-threaded...").
Thank you Florian Weimer and Paul Eggert for proofreading this.
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |