Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dsafe-read.c36 # define IS_EINTR(x) ((x) == EINTR) macro
38 # define IS_EINTR(x) 0 macro