Spelling fix.
[bpt/emacs.git] / lib-src / test-distrib.c
index dc5adb5..01897b8 100644 (file)
@@ -2,6 +2,12 @@
 #include <config.h>
 #endif
 
+/* Cancel substitutions made by config.h for Emacs.  */
+#undef open
+#undef read
+#undef write
+#undef close
+
 #include <stdio.h>
 
 #ifndef O_RDONLY