From: Paul Eggert Date: Sun, 29 Jun 2025 13:07:23 +0000 (-0700) Subject: Update from Gnulib by running admin/merge-gnulib X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4fe4ea96668f9940b9a4acf06374c83bdbec6bb5;p=emacs.git Update from Gnulib by running admin/merge-gnulib (cherry picked from commit 30bfb03adfa88e94c9f81eacbd125f96a32432c0) --- 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) #include #include +#ifndef HAVE_WORKING_O_DIRECTORY +# define HAVE_WORKING_O_DIRECTORY false +#endif + #ifndef OPEN_TRAILING_SLASH_BUG # define OPEN_TRAILING_SLASH_BUG false #endif