timespec_get: New module.
[gnulib.git] / modules / c-stack
blob4c80f317724cd952b12f0d8c02af12d2dc4040ef
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
8 m4/libsigsegv.m4
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
28 configure.ac:
29 gl_C_STACK
31 Makefile.am:
32 lib_SOURCES += c-stack.h c-stack.c
34 Include:
35 "c-stack.h"
37 Link:
38 $(LTLIBCSTACK) when linking with libtool, $(LIBCSTACK) otherwise
39 $(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
41 License:
42 GPL
44 Maintainer:
45 Paul Eggert