]> git.eshelyaron.com Git - emacs.git/commitdiff
Update from Gnulib by running admin/merge-gnulib
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 29 Jun 2025 13:07:23 +0000 (06:07 -0700)
committerEshel Yaron <me@eshelyaron.com>
Wed, 23 Jul 2025 20:08:38 +0000 (22:08 +0200)
(cherry picked from commit 30bfb03adfa88e94c9f81eacbd125f96a32432c0)

lib/open.c

index 8356c14f5b3d0cbf6f36d7e6ed821eb664847d46..d76372fd603e4beeeada53e48b99f2fe81245fed 100644 (file)
@@ -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