mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
Regenerate sysdeps/gnu/errlist.c for errno.texi changes.
This commit is contained in:
parent
77219e1b66
commit
d40c5d54cb
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user