From: Joseph Myers Date: Tue, 28 Feb 2012 16:37:58 +0000 (+0000) Subject: Regenerate sysdeps/gnu/errlist.c for errno.texi changes. X-Git-Tag: glibc-2.16-tps~919 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d40c5d54cb551acba4ef1617464760c5b3d41a14;p=thirdparty%2Fglibc.git Regenerate sysdeps/gnu/errlist.c for errno.texi changes. --- diff --git a/ChangeLog b/ChangeLog index df1f452bde8..52c9c49f62d 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 diff --git a/sysdeps/gnu/errlist.c b/sysdeps/gnu/errlist.c index 75085c01f61..62613ff8910 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