Skip to content

Instantly share code, notes, and snippets.

@ry
Created April 28, 2010 19:53
Show Gist options
  • Save ry/382620 to your computer and use it in GitHub Desktop.
Save ry/382620 to your computer and use it in GitHub Desktop.
#ifdef EAGAIN
ERRNO_CASE(EAGAIN);
#else
# ifdef EWOULDBLOCK
ERRNO_CASE(EWOULDBLOCK);
# endif
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment