handle all possible cases of EAGAIN and EWOULDBLOCK being (un)defined and

2009-01-29  Ryan Lortie  <desrt@desrt.ca>

        * gioerror.c (g_io_error_from_errno): handle all possible cases of
        EAGAIN and EWOULDBLOCK being (un)defined and (un)equal.


svn path=/trunk/; revision=7836
This commit is contained in:
Ryan Lortie
2009-01-29 15:55:11 +00:00
committed by Ryan Lortie
parent 129e86cf2c
commit 83e88655c0
2 changed files with 26 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2009-01-29 Ryan Lortie <desrt@desrt.ca>
* gioerror.c (g_io_error_from_errno): handle all possible cases of
EAGAIN and EWOULDBLOCK being (un)defined and (un)equal.
2009-01-28 Ryan Lortie <desrt@desrt.ca>
Bug 568575 _async functions for GDataInputStream