diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-12-03 09:29:01 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-12-03 18:48:14 +0100 |
| commit | a715d760ae486407f27f62815428da011d06e8dd (patch) | |
| tree | cf55145f0485698463491ee1d3bbaeb3104befa6 /executor/syscalls.h | |
| parent | ae13a849e613cd929bbcf98bec83e1bdb30a62b1 (diff) | |
sys/linux: add /dev/fb1
qemu -vga cirrus results in /dev/fb0 and /dev/fb1.
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 512d28d46..444cc8531 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -3904,6 +3904,7 @@ const call_t syscalls[] = { {"openat$dsp", 295}, {"openat$dsp1", 295}, {"openat$fb0", 295}, + {"openat$fb1", 295}, {"openat$full", 295}, {"openat$fuse", 295}, {"openat$hpet", 295}, @@ -6939,6 +6940,7 @@ const call_t syscalls[] = { {"openat$dsp", 257}, {"openat$dsp1", 257}, {"openat$fb0", 257}, + {"openat$fb1", 257}, {"openat$full", 257}, {"openat$fuse", 257}, {"openat$hpet", 257}, @@ -9929,6 +9931,7 @@ const call_t syscalls[] = { {"openat$dsp", 322}, {"openat$dsp1", 322}, {"openat$fb0", 322}, + {"openat$fb1", 322}, {"openat$full", 322}, {"openat$fuse", 322}, {"openat$hpet", 322}, @@ -12903,6 +12906,7 @@ const call_t syscalls[] = { {"openat$dsp", 56}, {"openat$dsp1", 56}, {"openat$fb0", 56}, + {"openat$fb1", 56}, {"openat$full", 56}, {"openat$fuse", 56}, {"openat$hpet", 56}, @@ -15872,6 +15876,7 @@ const call_t syscalls[] = { {"openat$dsp", 286}, {"openat$dsp1", 286}, {"openat$fb0", 286}, + {"openat$fb1", 286}, {"openat$full", 286}, {"openat$fuse", 286}, {"openat$hpet", 286}, |
