ptsname_r: Work around bug on Android 4.3.
[gnulib.git] / modules / c-stack
blobca2c208e1a1cd84c58f9b47b16cb8ad1c1d26566
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
18 getprogname
20 configure.ac:
21 gl_C_STACK
23 Makefile.am:
24 lib_SOURCES += c-stack.h c-stack.c
26 Include:
27 "c-stack.h"
29 Link:
30 $(LTLIBCSTACK) when linking with libtool, $(LIBCSTACK) otherwise
31 $(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
33 License:
34 GPL
36 Maintainer:
37 Paul Eggert