diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-12-28 19:16:42 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-12-28 19:16:42 +0100 |
| commit | 6deb6153100d00ca8afcbd776a401bbf09f49d65 (patch) | |
| tree | 4ea7d9be248e5ec23037f9edce32c7c316e153a8 /sys/linux/sys.txt | |
| parent | 30dc9443ebd109ee6983aaad2999a484312914e1 (diff) | |
sys/linux: fix some copy-paste errors
Diffstat (limited to 'sys/linux/sys.txt')
| -rw-r--r-- | sys/linux/sys.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/linux/sys.txt b/sys/linux/sys.txt index 197b1c59f..efe09086e 100644 --- a/sys/linux/sys.txt +++ b/sys/linux/sys.txt @@ -189,10 +189,10 @@ fcntl$setlease(fd fd, cmd const[F_SETLEASE], typ flags[flock_type]) fcntl$notify(fd fd, cmd const[F_NOTIFY], typ flags[fcntl_notify]) fcntl$setpipe(fd fd, cmd const[F_SETPIPE_SZ], sz intptr) fcntl$addseals(fd fd, cmd const[F_ADD_SEALS], seals flags[seal_types]) -fcntl$F_GET_RW_HINT(fd fd, cmd const[F_GET_FILE_RW_HINT], hint ptr[out, int64]) +fcntl$F_GET_RW_HINT(fd fd, cmd const[F_GET_RW_HINT], hint ptr[out, int64]) fcntl$F_GET_FILE_RW_HINT(fd fd, cmd const[F_GET_FILE_RW_HINT], hint ptr[out, int64]) -fcntl$F_SET_RW_HINT(fd fd, cmd const[F_GET_FILE_RW_HINT], hint ptr[in, flags[fcntl_rw_hint, int64]]) -fcntl$F_SET_FILE_RW_HINT(fd fd, cmd const[F_GET_FILE_RW_HINT], hint ptr[in, flags[fcntl_rw_hint, int64]]) +fcntl$F_SET_RW_HINT(fd fd, cmd const[F_SET_RW_HINT], hint ptr[in, flags[fcntl_rw_hint, int64]]) +fcntl$F_SET_FILE_RW_HINT(fd fd, cmd const[F_SET_FILE_RW_HINT], hint ptr[in, flags[fcntl_rw_hint, int64]]) ptrace(req flags[ptrace_req], pid pid) ptrace$peek(req flags[ptrace_req_peek], pid pid, addr ptr[out, intptr]) |
