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.20-197-g3b679ab


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  3b679ab34c90aa9a64308f7a8ff1c8fdd56254c5 (commit)
      from  4886f3417970e84d491d134d9c5983582ed7ed18 (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=3b679ab34c90aa9a64308f7a8ff1c8fdd56254c5

commit 3b679ab34c90aa9a64308f7a8ff1c8fdd56254c5
Author: Tom de Vries <tom@codesourcery.com>
Date:   Tue Nov 18 11:14:13 2014 +0100

    Fix crossreference to nonexistent node BSD Handler
    
    2014-11-18  Tom de Vries  <tom@codesoucery.com>
    
    	* manual/signal.texi (Primitives Interrupted by Signals): In section,
    	replace BSD Handler xref with BSD Signal Handling.

diff --git a/ChangeLog b/ChangeLog
index 17ec07b..d9bf09c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-11-18  Tom de Vries  <tom@codesoucery.com>
+
+	* manual/signal.texi (Primitives Interrupted by Signals): In section,
+	replace BSD Handler xref with BSD Signal Handling.
 
 2014-11-17  Richard Henderson  <rth@redhat.com>
 
diff --git a/manual/signal.texi b/manual/signal.texi
index 3ed05c7..77f3d7c 100644
--- a/manual/signal.texi
+++ b/manual/signal.texi
@@ -2139,7 +2139,7 @@ return from that handler will resume a primitive; otherwise, return from
 that handler will cause @code{EINTR}.  @xref{Flags for Sigaction}.
 
 Another way to specify the choice is with the @code{siginterrupt}
-function.  @xref{BSD Handler}.
+function.  @xref{BSD Signal Handling}.
 
 When you don't specify with @code{sigaction} or @code{siginterrupt} what
 a particular handler should do, it uses a default choice.  The default

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

Summary of changes:
 ChangeLog          |    4 ++++
 manual/signal.texi |    2 +-
 2 files changed, 5 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]