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:
_Exit() function: terminate current process.
Files:
lib/_Exit.c
m4/_Exit.m4
Depends-on:
stdlib
unistd
configure.ac:
gl_FUNC__EXIT
if test $HAVE__EXIT = 0; then
AC_LIBOBJ([_Exit])
gl_PREREQ__EXIT
fi
gl_STDLIB_MODULE_INDICATOR([_Exit])
Makefile.am:
Include:
<stdlib.h>
License:
LGPL
Maintainer:
all