This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.28.9000-498-g5fc3eca


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  5fc3eca750791ed7e389026a70864687b4bf8379 (commit)
      from  0253580a75decdaf22b6abce60d8265b2adb7dea (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=5fc3eca750791ed7e389026a70864687b4bf8379

commit 5fc3eca750791ed7e389026a70864687b4bf8379
Author: Rafal Luzynski <digitalfreak@lingonborough.com>
Date:   Fri Dec 28 21:15:41 2018 +0100

    NEWS: Fix another typo ("multithread..." -> "multi-threaded...").
    
    Thank you Florian Weimer and Paul Eggert for proofreading this.

diff --git a/NEWS b/NEWS
index e3658ac..ed3bd4f 100644
--- a/NEWS
+++ b/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

-----------------------------------------------------------------------

Summary of changes:
 NEWS |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]