diff options
| author | Shankara Pailoor <shankarapailoor@gmail.com> | 2019-03-23 13:31:54 -0700 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-03-24 09:28:43 +0100 |
| commit | acbc5b7d05ff9d1ff890aa24f42a334e613445f7 (patch) | |
| tree | 1a7e0c7a6bb2df02f7fd1bd2f36966dd365f2f3f /sys/linux/sys.txt | |
| parent | a2cef203ff8569afc7a31d57b76778d9ef1fca04 (diff) | |
sys/linux: move openat to dev_rtc.txt
move openat$rtc to rtc_dev and change return type to fd_rtc
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 83dcee7fc..f932d3cc3 100644 --- a/sys/linux/sys.txt +++ b/sys/linux/sys.txt @@ -461,7 +461,6 @@ openat$null(fd const[AT_FDCWD], file ptr[in, string["/dev/null"]], flags flags[o openat$zero(fd const[AT_FDCWD], file ptr[in, string["/dev/zero"]], flags flags[open_flags], mode const[0]) fd openat$full(fd const[AT_FDCWD], file ptr[in, string["/dev/full"]], 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$rtc(fd const[AT_FDCWD], file ptr[in, string["/dev/rtc0"]], flags flags[open_flags], mode const[0]) fd openat$qat_adf_ctl(fd const[AT_FDCWD], file ptr[in, string["/dev/qat_adf_ctl"]], flags flags[open_flags], mode const[0]) fd openat$mixer(fd const[AT_FDCWD], file ptr[in, string["/dev/mixer"]], flags flags[open_flags], mode const[0]) fd openat$irnet(fd const[AT_FDCWD], file ptr[in, string["/dev/irnet"]], flags flags[open_flags], mode const[0]) fd |
