error-h: Avoid namespace pollution on mingw.
[gnulib.git] / modules / _Exit
blob75f0399e88b98e012d299f7b6bda8cc9c2d5b5d2
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 gl_CONDITIONAL([GL_COND_OBJ__EXIT],
15                [test $HAVE__EXIT = 0 || test $REPLACE__EXIT = 1])
16 AM_COND_IF([GL_COND_OBJ__EXIT], [
17   gl_PREREQ__EXIT
19 gl_STDLIB_MODULE_INDICATOR([_Exit])
21 Makefile.am:
22 if GL_COND_OBJ__EXIT
23 lib_SOURCES += _Exit.c
24 endif
26 Include:
27 <stdlib.h>
29 License:
30 LGPL
32 Maintainer:
33 all