Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 498262
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +4 lines)
Line  Link Here
   EAGAIN Resource unavailable, try again (may be the same value as [EWOULDBLOCK]).
   EAGAIN Resource unavailable, try again (may be the same value as [EWOULDBLOCK]).
1
   [...]
1
   [...]
2
   EWOULDBLOCK
2
   EWOULDBLOCK
3
       Operation would block (may be the same value as [EAGAIN]).
3
       Operation would block (may be the same value as [EAGAIN]).
4
-- a/testapp.c
4
++ b/testapp.c
Lines 1840-1845 Link Here
1840
                switch (errno) {
1840
                switch (errno) {
1841
                case EINTR:
1841
                case EINTR:
1842
                    break;
1842
                    break;
1843
#if (EAGAIN != EWOULDBLOCK)
1844
                case EAGAIN:
1845
#endif
1843
                case ENOMEM:
1846
                case ENOMEM:
1844
                case EWOULDBLOCK:
1847
                case EWOULDBLOCK:
1845
                    more = false;
1848
                    more = false;

Return to bug 498262