> APE does not include EWOULDBLOCK in its <errno.h>. I have a feeling > that no syscall will return EWOULDBLOCK as an error code, so I fail to > see any reason not to include it. Am I missing something?
I think it's common on UNIX systems for EWOULDBLOCK to be a synonym for EAGAIN.
