diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-03-22 12:21:51 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-03-24 08:43:00 +0100 |
| commit | ef871b2e4ff7b6a8f84a6a0a0fd3e9c3ed8e67b4 (patch) | |
| tree | b7cf2e1c4daf6ddab668bb2dd5b9c74a47724647 /sys/linux/dev_snd_seq.txt | |
| parent | 8cf47975a6532c9cb87e7c5dbfd462f5299a078b (diff) | |
sys/linux: don't use syz_open_dev when openat is enough
Diffstat (limited to 'sys/linux/dev_snd_seq.txt')
| -rw-r--r-- | sys/linux/dev_snd_seq.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/dev_snd_seq.txt b/sys/linux/dev_snd_seq.txt index 9b5a8beeb..a28b1ba85 100644 --- a/sys/linux/dev_snd_seq.txt +++ b/sys/linux/dev_snd_seq.txt @@ -9,7 +9,7 @@ include <uapi/sound/asequencer.h> resource fd_sndseq[fd] -syz_open_dev$sndseq(dev ptr[in, string["/dev/snd/seq"]], id const[0], flags flags[open_flags]) fd_sndseq +openat$sndseq(fd const[AT_FDCWD], file ptr[in, string["/dev/snd/seq"]], flags flags[open_flags]) fd_sndseq write$sndseq(fd fd_sndseq, data ptr[in, array[snd_seq_event]], len bytesize[data]) ioctl$SNDRV_SEQ_IOCTL_PVERSION(fd fd_sndseq, cmd const[SNDRV_SEQ_IOCTL_PVERSION], arg ptr[out, int32]) |
