aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorPaul Eggert2025-06-29 06:07:23 -0700
committerPaul Eggert2025-06-29 06:07:52 -0700
commit30bfb03adfa88e94c9f81eacbd125f96a32432c0 (patch)
tree6104dedc47cd98e73d8a187190f8d8f6f7981036 /lib
parentbd04818e53be49f2a087de8a92cb02549f8c2407 (diff)
downloademacs-30bfb03adfa88e94c9f81eacbd125f96a32432c0.tar.gz
emacs-30bfb03adfa88e94c9f81eacbd125f96a32432c0.zip
Update from Gnulib by running admin/merge-gnulib
Diffstat (limited to 'lib')
-rw-r--r--lib/open.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/open.c b/lib/open.c
index 8356c14f5b3..d76372fd603 100644
--- a/lib/open.c
+++ b/lib/open.c
@@ -55,6 +55,10 @@ orig_open (const char *filename, int flags, mode_t mode)
55#include <sys/stat.h> 55#include <sys/stat.h>
56#include <unistd.h> 56#include <unistd.h>
57 57
58#ifndef HAVE_WORKING_O_DIRECTORY
59# define HAVE_WORKING_O_DIRECTORY false
60#endif
61
58#ifndef OPEN_TRAILING_SLASH_BUG 62#ifndef OPEN_TRAILING_SLASH_BUG
59# define OPEN_TRAILING_SLASH_BUG false 63# define OPEN_TRAILING_SLASH_BUG false
60#endif 64#endif