diff options
Diffstat (limited to 'lib-src')
| -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 @@ | |||
| 2 | #include <config.h> | 2 | #include <config.h> |
| 3 | #endif | 3 | #endif |
| 4 | 4 | ||
| 5 | /* Cancel substitutions made by config.h for Emacs. */ | ||
| 6 | #undef open | ||
| 7 | #undef read | ||
| 8 | #undef write | ||
| 9 | #undef close | ||
| 10 | |||
| 5 | #include <stdio.h> | 11 | #include <stdio.h> |
| 6 | 12 | ||
| 7 | #ifndef O_RDONLY | 13 | #ifndef O_RDONLY |