mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-09-01 02:34:55 +00:00
* lib/savewd.c (ESTALE) [!defined]: Define.
Reported to be required on Interix by Martin Koeppe.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2007-09-17 Jim Meyering <jim@meyering.net>
|
||||
|
||||
* lib/savewd.c (ESTALE) [!defined]: Define.
|
||||
Reported to be required on Interix by Martin Koeppe.
|
||||
|
||||
2007-09-17 Bruno Haible <bruno@clisp.org>
|
||||
|
||||
* gnulib-tool (func_version): Use $version.
|
||||
|
||||
@@ -35,6 +35,9 @@
|
||||
#include "dirname.h"
|
||||
#include "fcntl-safer.h"
|
||||
|
||||
#ifndef ESTALE
|
||||
# define ESTALE -1
|
||||
#endif
|
||||
|
||||
/* Save the working directory into *WD, if it hasn't been saved
|
||||
already. Return true if a child has been forked to do the real
|
||||
|
||||
Reference in New Issue
Block a user