diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-08-26 05:12:14 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-08-26 05:17:40 +0200 |
| commit | 98b0bddc4dc66e345d38ac749890263b91cf02f1 (patch) | |
| tree | 5bfad6f609bc23a8504ba7d3dd4a19188f77f2b8 /sys/linux/sys.txt | |
| parent | ce0eccdea6538570bf9d664824cca607012b2f5c (diff) | |
sys/linux: treat cuse as fuse
It's mostly fuse.
Also regenerate consts on latest kernel.
Diffstat (limited to 'sys/linux/sys.txt')
| -rw-r--r-- | sys/linux/sys.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/linux/sys.txt b/sys/linux/sys.txt index de4e3a257..b94289613 100644 --- a/sys/linux/sys.txt +++ b/sys/linux/sys.txt @@ -543,7 +543,6 @@ openat$hwrng(fd const[AT_FDCWD], file ptr[in, string["/dev/hwrng"]], flags flags openat$hpet(fd const[AT_FDCWD], file ptr[in, string["/dev/hpet"]], flags flags[open_flags], mode const[0]) fd openat$hidraw0(fd const[AT_FDCWD], file ptr[in, string["/dev/hidraw0"]], flags flags[open_flags], mode const[0]) fd openat$fb0(fd const[AT_FDCWD], file ptr[in, string["/dev/fb0"]], flags flags[open_flags], mode const[0]) fd -openat$cuse(fd const[AT_FDCWD], file ptr[in, string["/dev/cuse"]], flags flags[open_flags], mode const[0]) fd openat$capi20(fd const[AT_FDCWD], file ptr[in, string["/dev/capi20"]], flags flags[open_flags], mode const[0]) fd openat$autofs(fd const[AT_FDCWD], file ptr[in, string["/dev/autofs"]], flags flags[open_flags], mode const[0]) fd openat$keychord(fd const[AT_FDCWD], file ptr[in, string["/dev/keychord"]], flags flags[open_flags], mode const[0]) fd |
