diff options
author | Michael Pratt <mpratt@google.com> | 2019-05-28 18:02:07 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2019-05-30 12:05:46 -0700 |
commit | 507a15dce974d0cff18253ba50af29d6579bacc5 (patch) | |
tree | c4b67eab0208a8b3b9417f516dcc6661441337f0 /test/syscalls/linux/BUILD | |
parent | 673358c0d94f82ac56d9f4f6e7aec7ff5761e1cc (diff) |
Always wait on tracee children
After bf959931ddb88c4e4366e96dd22e68fa0db9527c ("wait/ptrace: assume
__WALL if the child is traced") (Linux 4.7), tracees are always eligible
for waiting, regardless of type.
PiperOrigin-RevId: 250399527
Diffstat (limited to 'test/syscalls/linux/BUILD')
-rw-r--r-- | test/syscalls/linux/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/syscalls/linux/BUILD b/test/syscalls/linux/BUILD index 750f3a1e2..ec57ec129 100644 --- a/test/syscalls/linux/BUILD +++ b/test/syscalls/linux/BUILD @@ -3179,6 +3179,7 @@ cc_binary( linkstatic = 1, deps = [ "//test/util:cleanup", + "//test/util:file_descriptor", "//test/util:logging", "//test/util:multiprocess_util", "//test/util:posix_error", |