diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-08-31 02:37:12 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-08-31 02:37:12 +0000 |
commit | 05abbc425e545f18690dbdca415a96a524e7d9a6 (patch) | |
tree | 4d602c54db697d57896f14c6a31b5d22e2911883 /lib-src/test-distrib.c | |
parent | 657a33ab15e2d089e35a78dcc06c1238583740b5 (diff) | |
download | emacs-05abbc425e545f18690dbdca415a96a524e7d9a6.tar.gz |
Add #undef for open, close, read, write.
Diffstat (limited to 'lib-src/test-distrib.c')
-rw-r--r-- | lib-src/test-distrib.c | 6 |
1 files changed, 6 insertions, 0 deletions
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 <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 |