summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2008-02-17 17:14:11 +0000
committerColin Watson <cjwatson@debian.org>2008-02-17 17:14:11 +0000
commita70ebb62af3d8c7d60cbc199dd6ea068793a1182 (patch)
tree00782588bfa791ee7baa925e516f92c8a11768b5 /include
parentfb10c00e05d17cdbe8275c344b89b7c3fc606896 (diff)
* gnulib: Import the strsignal module.
* lib/pipeline.c (pipeline_wait): Call strsignal rather than xstrsignal. * lib/xstrsignal.c: Remove. * lib/README (xstrsignal): Remove. * lib/Makefile.am (libman_a_SOURCES): Remove xstrsignal.c. * m4/man-strsignal.m4: Remove. * configure.ac (MAN_FUNC_STRSIGNAL): Remove.
Diffstat (limited to 'include')
-rw-r--r--include/manconfig.h.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/manconfig.h.in b/include/manconfig.h.in
index 46edfb06..40d818d4 100644
--- a/include/manconfig.h.in
+++ b/include/manconfig.h.in
@@ -322,7 +322,6 @@ extern struct compression comp_list[];
#include <stddef.h> /* for size_t */
#include "xalloc.h"
#include "xstrndup.h"
-extern const char *xstrsignal (int signum);
extern char *create_tempdir (const char *template);
extern int debug_level; /* shows whether -d issued */