diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-11-10 09:29:58 -0800 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-11-10 10:38:38 -0800 |
| commit | 34c048c0d8295ebf9bcb27abf96d11a62526b4f2 (patch) | |
| tree | 8e216967a42bd32edf091272ba90bc5c8cce8624 /executor/syscalls.h | |
| parent | 4d2f7ff6a5e59e6dc25f7dfa93c83fc651f0bf08 (diff) | |
sys/linux: add /dev/dlm* devices
Diffstat (limited to 'executor/syscalls.h')
| -rw-r--r-- | executor/syscalls.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/executor/syscalls.h b/executor/syscalls.h index 2b63527cb..0749f6f6b 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -2724,6 +2724,9 @@ const call_t syscalls[] = { {"openat$cgroup_type", 295}, {"openat$cuse", 295}, {"openat$dir", 295}, + {"openat$dlm_control", 295}, + {"openat$dlm_monitor", 295}, + {"openat$dlm_plock", 295}, {"openat$dsp", 295}, {"openat$fb0", 295}, {"openat$full", 295}, @@ -4996,6 +4999,9 @@ const call_t syscalls[] = { {"openat$cgroup_type", 257}, {"openat$cuse", 257}, {"openat$dir", 257}, + {"openat$dlm_control", 257}, + {"openat$dlm_monitor", 257}, + {"openat$dlm_plock", 257}, {"openat$dsp", 257}, {"openat$fb0", 257}, {"openat$full", 257}, @@ -7257,6 +7263,9 @@ const call_t syscalls[] = { {"openat$cgroup_type", 322}, {"openat$cuse", 322}, {"openat$dir", 322}, + {"openat$dlm_control", 322}, + {"openat$dlm_monitor", 322}, + {"openat$dlm_plock", 322}, {"openat$dsp", 322}, {"openat$fb0", 322}, {"openat$full", 322}, @@ -9502,6 +9511,9 @@ const call_t syscalls[] = { {"openat$cgroup_type", 56}, {"openat$cuse", 56}, {"openat$dir", 56}, + {"openat$dlm_control", 56}, + {"openat$dlm_monitor", 56}, + {"openat$dlm_plock", 56}, {"openat$dsp", 56}, {"openat$fb0", 56}, {"openat$full", 56}, @@ -11629,6 +11641,9 @@ const call_t syscalls[] = { {"openat$cgroup_type", 286}, {"openat$cuse", 286}, {"openat$dir", 286}, + {"openat$dlm_control", 286}, + {"openat$dlm_monitor", 286}, + {"openat$dlm_plock", 286}, {"openat$dsp", 286}, {"openat$fb0", 286}, {"openat$full", 286}, |
