chiark / gitweb /
Check that EWOULDBLOCK is the same as EAGAIN
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 14 Mar 2015 02:10:19 +0000 (21:10 -0500)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 14 Mar 2015 03:42:17 +0000 (23:42 -0400)
commit012d7b4217420163db5752a63da6cab39d25edf3
treef5d29641d15700c9523e5393e159afdbcea9d4ea
parentbe7e1319ead3911357043f06464713323261370f
Check that EWOULDBLOCK is the same as EAGAIN

It certainly is everywhere on Linux, but as a courtesy
to people doing some strange cross-compilation, check
that the assumption holds.
src/shared/util.c