Home
last modified time | relevance | path

Searched refs:IS_EAGAIN (Results 1 – 1 of 1) sorted by relevance

/coreutils/src/
Diopoll.c169 # define IS_EAGAIN(errcode) ((errcode) == EAGAIN || (errcode) == EWOULDBLOCK) macro
171 # define IS_EAGAIN(errcode) ((errcode) == EAGAIN) macro
181 if (! IS_EAGAIN (errno)) in fwait_for_nonblocking_write()