POSIX_CLOSE_RESTART 2569 src/sysdep.c   #ifndef POSIX_CLOSE_RESTART
POSIX_CLOSE_RESTART 2575 src/sysdep.c     eassert (flag == POSIX_CLOSE_RESTART);
POSIX_CLOSE_RESTART 2614 src/sysdep.c         r = posix_close (fd, POSIX_CLOSE_RESTART);
POSIX_CLOSE_RESTART 2622 src/sysdep.c         if (!POSIX_CLOSE_RESTART || errno != EINTR)