1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-18 23:42:00 +03:00
Files
gnulib/modules/c-stack
Eric Blake 1cb66bdb40 c-stack: fix typo.
* modules/c-stack (Link): Fix typo.

Signed-off-by: Eric Blake <ebb9@byu.net>
2008-07-17 16:21:42 -06:00

34 lines
384 B
Plaintext

Description:
Stack overflow handling, causing program exit.
Files:
lib/c-stack.h
lib/c-stack.c
m4/c-stack.m4
Depends-on:
gettext-h
exitfail
unistd
raise
sigaction
libsigsegv
configure.ac:
gl_C_STACK
Makefile.am:
lib_SOURCES += c-stack.h c-stack.c
Include:
"c-stack.h"
Link:
$(LTLIBCSTACK) when linking with libtool, $(LIBCSTACK) otherwise
License:
GPL
Maintainer:
Paul Eggert