strtoimax: port to HP-UX 11.11
[gnulib.git] / lib / execute.c
index 4f0dcc3..554d3f0 100644 (file)
@@ -54,7 +54,7 @@
 #undef close
 
 
-#ifdef EINTR
+#if defined EINTR && ((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__)
 
 /* EINTR handling for close(), open().
    These functions can return -1/EINTR even though we don't have any