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.15-255-gd40c5d5


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  d40c5d54cb551acba4ef1617464760c5b3d41a14 (commit)
      from  77219e1b66e173ef72280f3a91f0a56d9ab58395 (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://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=d40c5d54cb551acba4ef1617464760c5b3d41a14

commit d40c5d54cb551acba4ef1617464760c5b3d41a14
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Tue Feb 28 16:37:58 2012 +0000

    Regenerate sysdeps/gnu/errlist.c for errno.texi changes.

diff --git a/ChangeLog b/ChangeLog
index df1f452..52c9c49 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -55,6 +55,7 @@
 	* manual/users.texi: Likewise.
 	* INSTALL: Regenerated.
 	* NOTES: Regenerated.
+	* sysdeps/gnu/errlist.c: Regenerated.
 
 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
 
diff --git a/sysdeps/gnu/errlist.c b/sysdeps/gnu/errlist.c
index 75085c0..62613ff 100644
--- a/sysdeps/gnu/errlist.c
+++ b/sysdeps/gnu/errlist.c
@@ -386,7 +386,7 @@ TRANS not representable because of overflow or underflow. */
 /*
 TRANS Resource temporarily unavailable; the call might work if you try again
 TRANS later.  The macro @code{EWOULDBLOCK} is another name for @code{EAGAIN};
-TRANS they are always the same in the GNU C library.
+TRANS they are always the same in @theglibc{}.
 TRANS 
 TRANS This error can happen in a few different situations:
 TRANS 
@@ -421,7 +421,7 @@ TRANS @end itemize */
 #endif
 #if defined (EWOULDBLOCK) && EWOULDBLOCK != EAGAIN
 /*
-TRANS In the GNU C library, this is another name for @code{EAGAIN} (above).
+TRANS In @theglibc{}, this is another name for @code{EAGAIN} (above).
 TRANS The values are always the same, on every operating system.
 TRANS 
 TRANS C libraries in many older Unix systems have @code{EWOULDBLOCK} as a

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

Summary of changes:
 ChangeLog             |    1 +
 sysdeps/gnu/errlist.c |    4 ++--
 2 files changed, 3 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]