view modules/_Exit @ 40161:71ec1d2c1db9

gperf: Fix error when this module is required by some test module. * modules/gperf (Applicability): Set to 'all'.
author Bruno Haible <bruno@clisp.org>
date Sun, 27 Jan 2019 23:57:16 +0100
parents 0f6fba78c418
children
line wrap: on
line source

Description:
_Exit() function: terminate current process.

Files:
lib/_Exit.c
m4/_Exit.m4

Depends-on:
stdlib

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