diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-01-05 14:33:44 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-01-09 20:20:48 +0100 |
| commit | e8ddc2ae566d258db10a700b9e3a2e9548126d69 (patch) | |
| tree | 6082046e106867f70bb22818b55addaae6a079fb /executor/executor.cc | |
| parent | 9ba75ee1d71c41ca08dd45eaafacd2bd94303c00 (diff) | |
sys: don't add clock_gettime always
Currently we always enable clock_gettime in config.
This is required since the call is needed for generation of timespec/timeval structs.
The negative side effect is that one gets clock_gettime even
if he wants to fuzz a small set of unrelated syscalls.
Don't enable clock_gettime by default.
Instead handle timeval/timespec as other resources.
Diffstat (limited to 'executor/executor.cc')
0 files changed, 0 insertions, 0 deletions
