Home
last modified time | relevance | path

Searched defs:IS_EINTR (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/grep/lib/
H A Dsafe-read.c35 # define IS_EINTR(x) ((x) == EINTR) macro
37 # define IS_EINTR(x) 0 macro