diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-11-29 15:03:37 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-11-29 15:03:37 +0100 |
| commit | 3a75be00f50996031dd301d44b009d56db3485f0 (patch) | |
| tree | a5c68b59dd8adc4050d4efee7a4d8dedb63b086c /executor/syscalls.h | |
| parent | 6e4aeffedacc9b854b5d8fe4aa1b2522dc4f1b8d (diff) | |
sys/linux: add open of /dev/dri/renderD128
It's created by qemu but is not matched by the existing /dev/dri/renderD# pattern.
Diffstat (limited to 'executor/syscalls.h')
| -rw-r--r-- | executor/syscalls.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/executor/syscalls.h b/executor/syscalls.h index eb2a7909f..99dead212 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -3799,6 +3799,7 @@ const call_t syscalls[] = { {"openat$dlm_control", 295}, {"openat$dlm_monitor", 295}, {"openat$dlm_plock", 295}, + {"openat$drirender128", 295}, {"openat$dsp", 295}, {"openat$fb0", 295}, {"openat$full", 295}, @@ -6708,6 +6709,7 @@ const call_t syscalls[] = { {"openat$dlm_control", 257}, {"openat$dlm_monitor", 257}, {"openat$dlm_plock", 257}, + {"openat$drirender128", 257}, {"openat$dsp", 257}, {"openat$fb0", 257}, {"openat$full", 257}, @@ -9572,6 +9574,7 @@ const call_t syscalls[] = { {"openat$dlm_control", 322}, {"openat$dlm_monitor", 322}, {"openat$dlm_plock", 322}, + {"openat$drirender128", 322}, {"openat$dsp", 322}, {"openat$fb0", 322}, {"openat$full", 322}, @@ -12420,6 +12423,7 @@ const call_t syscalls[] = { {"openat$dlm_control", 56}, {"openat$dlm_monitor", 56}, {"openat$dlm_plock", 56}, + {"openat$drirender128", 56}, {"openat$dsp", 56}, {"openat$fb0", 56}, {"openat$full", 56}, @@ -15263,6 +15267,7 @@ const call_t syscalls[] = { {"openat$dlm_control", 286}, {"openat$dlm_monitor", 286}, {"openat$dlm_plock", 286}, + {"openat$drirender128", 286}, {"openat$dsp", 286}, {"openat$fb0", 286}, {"openat$full", 286}, |
