summaryrefslogtreecommitdiff
path: root/xargs/xargs.c
diff options
context:
space:
mode:
Diffstat (limited to 'xargs/xargs.c')
-rw-r--r--xargs/xargs.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/xargs/xargs.c b/xargs/xargs.c
index e64cc99d..eaa33e0f 100644
--- a/xargs/xargs.c
+++ b/xargs/xargs.c
@@ -57,12 +57,7 @@
#include <wchar.h>
#include <stdint.h>
-#if defined SIGCLD && !defined SIGCHLD
-#define SIGCHLD SIGCLD
-#endif
-
#include "verify.h"
-
#include "progname.h"
#include "quotearg.h"
#include "findutils-version.h"