mirror of
https://github.com/coreutils/coreutils.git
synced 2024-12-05 07:54:07 +08:00
Remove definition of unused WTERMSIG.
This commit is contained in:
parent
b41ca51fc6
commit
03d0ba4c06
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user