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.29.9000-137-g066ae81


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  066ae81ec9b1a5bb8f8b93f4defb089f7b315833 (commit)
      from  e87d8ada291d77f065b36c27c0b8c20ab858650b (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=066ae81ec9b1a5bb8f8b93f4defb089f7b315833

commit 066ae81ec9b1a5bb8f8b93f4defb089f7b315833
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sat Mar 16 19:44:04 2019 +0100

    hurd: Fix comment style

diff --git a/hurd/hurd/signal.h b/hurd/hurd/signal.h
index b0b5366..308124c 100644
--- a/hurd/hurd/signal.h
+++ b/hurd/hurd/signal.h
@@ -173,8 +173,7 @@ extern int _hurd_core_limit;
    As a consequence, a critical section will see its RPCs return EINTR, even if
    SA_RESTART is set!  In that case, the critical section should be left, so
    that the handler can run, and the whole critical section be tried again, to
-   avoid unexpectingly exposing EINTR to the application.
-   */
+   avoid unexpectingly exposing EINTR to the application.  */
 
 extern void *_hurd_critical_section_lock (void);
 

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

Summary of changes:
 hurd/hurd/signal.h |    3 +--
 1 files changed, 1 insertions(+), 2 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]