New module 'fchdir'.
[gnulib.git] / lib / pipe.c
index 19feaf4..521872b 100644 (file)
@@ -69,6 +69,11 @@ extern char **environ;
 # define STDERR_FILENO 2
 #endif
 
+/* The results of open() in this file are not used with fchdir,
+   therefore save some unnecessary work in fchdir.c.  */
+#undef open
+#undef close
+
 
 #ifdef EINTR