Hash :
90e79512
Author :
Date :
2020-11-26T22:13:20
Fix dependencies of modules that use '_exit' on native Windows. Reported by Jim Meyering in <https://lists.gnu.org/archive/html/bug-gnulib/2020-11/msg00159.html>. * modules/_Exit (Depends-on): Add unistd. * modules/closein (Depends-on): Likewise. * modules/closeout (Depends-on): Likewise. * modules/forkpty (Depends-on): Likewise. * modules/posix_spawn-internal (Depends-on): Likewise. * modules/savewd (Depends-on): Likewise. * modules/stat-time-tests (Depends-on): Likewise.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
Description:
Save and restore the working directory, possibly using a child process.
Files:
lib/savewd.h
lib/savewd.c
m4/savewd.m4
Depends-on:
assure
attribute
chdir
errno
extern-inline
fchdir
fcntl-safer
fcntl-h
filename
raise
stdbool
stdlib
sys_wait
unistd
xalloc
configure.ac:
gl_SAVEWD
Makefile.am:
lib_SOURCES += savewd.h savewd.c
Include:
"savewd.h"
License:
GPL
Maintainer:
Paul Eggert, Jim Meyering