mirror of git://sourceware.org/git/glibc.git
NEWS: Fix a minor typo ("incosistent" -> "inconsistent").
This commit is contained in:
parent
c0feb731d5
commit
e46d7dedcf
2
NEWS
2
NEWS
|
@ -43,7 +43,7 @@ Major new features:
|
||||||
* The popen and system do not run atfork handlers anymore (BZ#17490).
|
* The popen and system do not run atfork handlers anymore (BZ#17490).
|
||||||
Although it is a possible POSIX violation, the POSIX rationale in
|
Although it is a possible POSIX violation, the POSIX rationale in
|
||||||
pthread_atfork documentation regarding atfork handlers is to handle
|
pthread_atfork documentation regarding atfork handlers is to handle
|
||||||
incosistent mutex state after fork call in multithread environment.
|
inconsistent mutex state after fork call in multithread environment.
|
||||||
In both popen and system there is no direct access to user-defined mutexes.
|
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
|
* Support for the C-SKY ABIV2 running on Linux has been added. This port
|
||||||
|
|
Loading…
Reference in New Issue