summaryrefslogtreecommitdiff
path: root/wait.c
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2015-07-15 00:33:20 +0000
committerDmitry V. Levin <ldv@altlinux.org>2015-07-15 00:33:20 +0000
commitf6026b6e657ce8619e54dfd081a354ec929ba0ce (patch)
treea50613c04355d6e7a3d26f71c62ac6ed36781caa /wait.c
parentb60b2a5aa3b0be18fc1ff2ee98ff77cfc2275bb1 (diff)
downloadstrace-f6026b6e657ce8619e54dfd081a354ec929ba0ce.tar.gz
wait: move fallback definitions of wait options to xlat/
* wait.c: Move definitions of __W* flags ... * xlat/wait4_options.in: ... here.
Diffstat (limited to 'wait.c')
-rw-r--r--wait.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/wait.c b/wait.c
index d2eb36d14..09341c52e 100644
--- a/wait.c
+++ b/wait.c
@@ -2,16 +2,6 @@
#include <sys/wait.h>
-#ifndef __WNOTHREAD
-# define __WNOTHREAD 0x20000000
-#endif
-#ifndef __WALL
-# define __WALL 0x40000000
-#endif
-#ifndef __WCLONE
-# define __WCLONE 0x80000000
-#endif
-
#include "xlat/wait4_options.h"
#if !defined WCOREFLAG && defined WCOREFLG