posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / _Exit
blobcefebdccd595790b1080b7b8c6fe9390f2b82bb5
1 Description:
2 _Exit() function: terminate current process.
4 Files:
5 lib/_Exit.c
6 m4/_Exit.m4
8 Depends-on:
9 stdlib
10 unistd
12 configure.ac:
13 gl_FUNC__EXIT
14 if test $HAVE__EXIT = 0; then
15   AC_LIBOBJ([_Exit])
16   gl_PREREQ__EXIT
18 gl_STDLIB_MODULE_INDICATOR([_Exit])
20 Makefile.am:
22 Include:
23 <stdlib.h>
25 License:
26 LGPL
28 Maintainer:
29 all