mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-03 19:03:24 +00:00
Update from Gnulib by running admin/merge-gnulib
This commit is contained in:
parent
bd04818e53
commit
30bfb03adf
1 changed files with 4 additions and 0 deletions
|
@ -55,6 +55,10 @@ orig_open (const char *filename, int flags, mode_t mode)
|
|||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#ifndef HAVE_WORKING_O_DIRECTORY
|
||||
# define HAVE_WORKING_O_DIRECTORY false
|
||||
#endif
|
||||
|
||||
#ifndef OPEN_TRAILING_SLASH_BUG
|
||||
# define OPEN_TRAILING_SLASH_BUG false
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue