1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-08 23:40:24 -08:00

Add #undef for open, close, read, write.

This commit is contained in:
Richard M. Stallman 1995-08-31 02:37:12 +00:00
parent 657a33ab15
commit 05abbc425e

View 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