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.
Description:
Close standard output and standard error, exiting with a diagnostic on error.
Files:
lib/closeout.h
lib/closeout.c
Depends-on:
close-stream
gettext-h
error
quotearg
exitfail
stdbool
unistd
configure.ac:
Makefile.am:
lib_SOURCES += closeout.c
Include:
"closeout.h"
Link:
$(LIB_MBRTOWC)
License:
GPL
Maintainer:
Jim Meyering