projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
833bf61
)
Remove definition of unused WTERMSIG.
author
Jim Meyering
<jim@meyering.net>
Sun, 28 Apr 2002 21:20:49 +0000
(21:20 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 28 Apr 2002 21:20:49 +0000
(21:20 +0000)
lib/sig2str.c
patch
|
blob
|
history
diff --git
a/lib/sig2str.c
b/lib/sig2str.c
index 1edc9f119502d32c079b0b570387f53a96ac7304..4096465dd75d5916ea24458326be2046d75a9ef3 100644
(file)
--- 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
@@
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