From: Richard M. Stallman Date: Thu, 31 Aug 1995 02:37:12 +0000 (+0000) Subject: Add #undef for open, close, read, write. X-Git-Tag: emacs-19.34~2884 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=05abbc425e545f18690dbdca415a96a524e7d9a6;p=emacs.git Add #undef for open, close, read, write. --- diff --git a/lib-src/test-distrib.c b/lib-src/test-distrib.c index dc5adb5789c..01897b83a7f 100644 --- a/lib-src/test-distrib.c +++ b/lib-src/test-distrib.c @@ -2,6 +2,12 @@ #include #endif +/* Cancel substitutions made by config.h for Emacs. */ +#undef open +#undef read +#undef write +#undef close + #include #ifndef O_RDONLY