mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
Add #undef for open, close, read, write.
This commit is contained in:
parent
657a33ab15
commit
05abbc425e
1 changed files with 6 additions and 0 deletions
|
|
@ -2,6 +2,12 @@
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* Cancel substitutions made by config.h for Emacs. */
|
||||||
|
#undef open
|
||||||
|
#undef read
|
||||||
|
#undef write
|
||||||
|
#undef close
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
#ifndef O_RDONLY
|
#ifndef O_RDONLY
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue