From: Jim Meyering Date: Sun, 28 Apr 2002 21:20:49 +0000 (+0000) Subject: Remove definition of unused WTERMSIG. X-Git-Tag: SH-UTILS-2_0_12~49 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=03d0ba4c0694cef675bfc7d15df13cd38305b3bb;p=thirdparty%2Fcoreutils.git Remove definition of unused WTERMSIG. --- diff --git a/lib/sig2str.c b/lib/sig2str.c index 1edc9f1195..4096465dd7 100644 --- a/lib/sig2str.c +++ b/lib/sig2str.c @@ -31,9 +31,6 @@ #if HAVE_SYS_WAIT_H # include #endif -#ifndef WTERMSIG -# define WTERMSIG(s) ((s) & 0x7F) -#endif #include "sig2str.h" @@ -224,7 +221,7 @@ static struct numname { int num; char const name[8]; } numname_table[] = #endif /* Older AIX versions. */ -#ifdef SIGALRM1 +#ifdef SIGALRM1 NUMNAME (ALRM1), /* unknown; taken from Bash 2.05 */ #endif #ifdef SIGKAP