repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
_Exit
blob
cefebdccd595790b1080b7b8c6fe9390f2b82bb5
1
Description:
2
_Exit() function: terminate current process.
3
4
Files:
5
lib/_Exit.c
6
m4/_Exit.m4
7
8
Depends-on:
9
stdlib
10
unistd
11
12
configure.ac:
13
gl_FUNC__EXIT
14
if test $HAVE__EXIT = 0; then
15
AC_LIBOBJ([_Exit])
16
gl_PREREQ__EXIT
17
fi
18
gl_STDLIB_MODULE_INDICATOR([_Exit])
19
20
Makefile.am:
21
22
Include:
23
<stdlib.h>
24
25
License:
26
LGPL
27
28
Maintainer:
29
all