xfreopen: fix typo: s/frepoen/freopen/
[gnulib/ericb.git] / modules / c-stack
blob83de3f8bad5f0593072b604949c4931a206df09b
1 Description:
2 Stack overflow handling, causing program exit.
4 Files:
5 lib/c-stack.h
6 lib/c-stack.c
7 m4/c-stack.m4
9 Depends-on:
10 gettext-h
11 errno
12 exitfail
13 ignore-value
14 unistd
15 raise
16 sigaction
17 libsigsegv
19 configure.ac:
20 gl_C_STACK
22 Makefile.am:
23 lib_SOURCES += c-stack.h c-stack.c
25 Include:
26 "c-stack.h"
28 Link:
29 $(LTLIBCSTACK) when linking with libtool, $(LIBCSTACK) otherwise
31 License:
32 GPL
34 Maintainer:
35 Paul Eggert