changeset 3822:9915ac1b89e0

Remove definition of unused WTERMSIG.
author Jim Meyering <jim@meyering.net>
date Sun, 28 Apr 2002 21:20:49 +0000
parents 22b17205df86
children f5e86d2563cf
files lib/sig2str.c
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lib/sig2str.c
+++ b/lib/sig2str.c
@@ -31,9 +31,6 @@
 #if HAVE_SYS_WAIT_H
 # include <sys/wait.h>
 #endif
-#ifndef WTERMSIG
-# define WTERMSIG(s) ((s) & 0x7F)
-#endif
 
 #include "sig2str.h"
 
@@ -224,7 +221,7 @@
 #endif
 
     /* Older AIX versions.  */
-#ifdef SIGALRM1 
+#ifdef SIGALRM1
     NUMNAME (ALRM1),	/* unknown; taken from Bash 2.05 */
 #endif
 #ifdef SIGKAP