New module 'fchdir'.
[gnulib.git] / lib / copy-file.c
index 4314f4c..5a5dcf7 100644 (file)
 
 #define _(str) gettext (str)
 
+/* The results of open() in this file are not used with fchdir,
+   therefore save some unnecessary work in fchdir.c.  */
+#undef open
+#undef close
+
+
 void
 copy_file_preserving (const char *src_filename, const char *dest_filename)
 {