diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-06-23 11:25:20 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-06-23 11:25:20 +0200 |
| commit | f199f3a27d167f9814bd08aefca7698b0c23cd13 (patch) | |
| tree | f6ba2c0959a04423bff474503beb87e061a32841 /sys/linux/sys.txt | |
| parent | 21e16efbf0c83c6975bba2eef3d525ebb3fa9d09 (diff) | |
sys/linux: fix /dev/urandom descriptions
Don't use pseudo syscall without a reason.
Remove duplicate syscall.
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 1c3b21087..405b3f156 100644 --- a/sys/linux/sys.txt +++ b/sys/linux/sys.txt @@ -532,7 +532,6 @@ openat$zero(fd const[AT_FDCWD], file ptr[in, string["/dev/zero"]], flags flags[o openat$full(fd const[AT_FDCWD], file ptr[in, string["/dev/full"]], flags flags[open_flags], mode const[0]) fd openat$snapshot(fd const[AT_FDCWD], file ptr[in, string["/dev/snapshot"]], flags flags[open_flags], mode const[0]) fd openat$uinput(fd const[AT_FDCWD], file ptr[in, string["/dev/uinput"]], flags flags[open_flags], mode const[0]) fd -openat$urandom(fd const[AT_FDCWD], file ptr[in, string["/dev/urandom"]], flags flags[open_flags], mode const[0]) fd openat$vga_arbiter(fd const[AT_FDCWD], file ptr[in, string["/dev/vga_arbiter"]], flags flags[open_flags], mode const[0]) fd openat$vhci(fd const[AT_FDCWD], file ptr[in, string["/dev/vhci"]], flags flags[open_flags], mode const[0]) fd openat$userio(fd const[AT_FDCWD], file ptr[in, string["/dev/userio"]], flags flags[open_flags], mode const[0]) fd |
