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
unicodeio: Fix wrong result on FreeBSD.
[gnulib.git]
/
modules
/
c-stack
blob
4c80f317724cd952b12f0d8c02af12d2dc4040ef
1
Description:
2
Stack overflow handling, causing program exit.
3
4
Files:
5
lib/c-stack.h
6
lib/c-stack.c
7
m4/c-stack.m4
8
m4/libsigsegv.m4
9
10
Depends-on:
11
c99
12
errno
13
exitfail
14
getprogname
15
gettext-h
16
havelib
17
idx
18
ignore-value
19
intprops
20
inttypes
21
mempcpy
22
raise
23
sigaction
24
stdbool
25
stddef
26
unistd
27
28
configure.ac:
29
gl_C_STACK
30
31
Makefile.am:
32
lib_SOURCES += c-stack.h c-stack.c
33
34
Include:
35
"c-stack.h"
36
37
Link:
38
$(LTLIBCSTACK) when linking with libtool, $(LIBCSTACK) otherwise
39
$(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
40
41
License:
42
GPL
43
44
Maintainer:
45
Paul Eggert