summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--sysdeps/gnu/errlist.c4
2 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index df1f452bde..52c9c49f62 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 75085c01f6..62613ff891 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