aboutsummaryrefslogtreecommitdiffstats
path: root/executor/executor_linux.cc
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2017-12-22 18:52:10 +0100
committerDmitry Vyukov <dvyukov@google.com>2017-12-22 18:55:38 +0100
commit8e4090902540da8c6e8fa640a0fc325c29c3efcb (patch)
tree42af582b4a6b448bc34329346046c67f07f26984 /executor/executor_linux.cc
parent26cd53f078db858a6ccca338e13e7f4d1d291c22 (diff)
pkg/csource: mimic the way syscalls are scheduled in executor
Currently csource uses completely different, simpler way of scheduling syscalls onto threads (thread per call with random sleeps). Mimic the way calls are scheduled in executor. Fixes #312
Diffstat (limited to 'executor/executor_linux.cc')
-rw-r--r--executor/executor_linux.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/executor/executor_linux.cc b/executor/executor_linux.cc
index 8b38dbf21..38ecf42f5 100644
--- a/executor/executor_linux.cc
+++ b/executor/executor_linux.cc
@@ -5,7 +5,6 @@
#include <fcntl.h>
#include <limits.h>
-#include <linux/futex.h>
#include <string.h>
#include <sys/ioctl.h>
#include <sys/prctl.h>