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_arm.const | |
| parent | 30dc9443ebd109ee6983aaad2999a484312914e1 (diff) | |
sys/linux: fix some copy-paste errors
Diffstat (limited to 'sys/linux/sys_arm.const')
| -rw-r--r-- | sys/linux/sys_arm.const | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/linux/sys_arm.const b/sys/linux/sys_arm.const index 177a5ea51..8f6a46a06 100644 --- a/sys/linux/sys_arm.const +++ b/sys/linux/sys_arm.const @@ -133,6 +133,7 @@ F_GETOWN_EX = 16 F_GETPIPE_SZ = 1032 F_GETSIG = 11 F_GET_FILE_RW_HINT = 1037 +F_GET_RW_HINT = 1035 F_GET_SEALS = 1034 F_NOTIFY = 1026 F_OWNER_PGRP = 2 @@ -152,6 +153,8 @@ F_SETOWN = 8 F_SETOWN_EX = 15 F_SETPIPE_SZ = 1031 F_SETSIG = 10 +F_SET_FILE_RW_HINT = 1038 +F_SET_RW_HINT = 1036 F_UNLCK = 2 F_WRLCK = 1 GRND_NONBLOCK = 1 @@ -377,6 +380,7 @@ PRIO_USER = 2 PROT_EXEC = 4 PROT_GROWSDOWN = 16777216 PROT_GROWSUP = 33554432 +PROT_NONE = 0 PROT_READ = 1 PROT_SEM = 8 PROT_WRITE = 2 @@ -791,6 +795,7 @@ __NR_sched_setscheduler = 156 __NR_sched_yield = 158 __NR_seccomp = 383 __NR_sendfile = 187 +__NR_sendfile64 = 239 __NR_set_mempolicy = 321 __NR_set_robust_list = 338 __NR_set_tid_address = 256 |
