Regenerate sysdeps/gnu/errlist.c for errno.texi changes.
authorJoseph Myers <joseph@codesourcery.com>
Tue, 28 Feb 2012 16:37:58 +0000 (16:37 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Tue, 28 Feb 2012 16:37:58 +0000 (16:37 +0000)
ChangeLog
sysdeps/gnu/errlist.c

index df1f452..52c9c49 100644 (file)
--- 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>
 
index 75085c0..62613ff 100644 (file)
@@ -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