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.
|
* manual/users.texi: Likewise.
|
||||||
* INSTALL: Regenerated.
|
* INSTALL: Regenerated.
|
||||||
* NOTES: Regenerated.
|
* NOTES: Regenerated.
|
||||||
|
* sysdeps/gnu/errlist.c: Regenerated.
|
||||||
|
|
||||||
2012-02-28 Andreas Schwab <schwab@linux-m68k.org>
|
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 Resource temporarily unavailable; the call might work if you try again
|
||||||
TRANS later. The macro @code{EWOULDBLOCK} is another name for @code{EAGAIN};
|
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
|
||||||
TRANS This error can happen in a few different situations:
|
TRANS This error can happen in a few different situations:
|
||||||
TRANS
|
TRANS
|
||||||
@ -421,7 +421,7 @@ TRANS @end itemize */
|
|||||||
#endif
|
#endif
|
||||||
#if defined (EWOULDBLOCK) && EWOULDBLOCK != EAGAIN
|
#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 The values are always the same, on every operating system.
|
||||||
TRANS
|
TRANS
|
||||||
TRANS C libraries in many older Unix systems have @code{EWOULDBLOCK} as a
|
TRANS C libraries in many older Unix systems have @code{EWOULDBLOCK} as a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user