1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-17 12:41:05 +03:00
Files
gnulib/modules/c-stack
Jim Meyering df57f42709 c-stack: avoid "ignoring return value of `write'" warning
* lib/c-stack.c: Include "ignore-value.h".
(die): Explicitly ignore each write return value.
* modules/c-stack (Depends-on): Add ignore-value.
2009-11-21 17:54:27 +01:00

36 lines
403 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
errno
exitfail
ignore-value
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