Mercurial > hg > octave-kai > gnulib-hg
view modules/c-stack @ 12333:d904c3a8f14c
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.
author | Jim Meyering <meyering@redhat.com> |
---|---|
date | Sat, 21 Nov 2009 17:52:54 +0100 (2009-11-21) |
parents | 909daff94315 |
children |
line wrap: on
line source
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