aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/sys_386.const
diff options
context:
space:
mode:
Diffstat (limited to 'sys/linux/sys_386.const')
-rw-r--r--sys/linux/sys_386.const2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/linux/sys_386.const b/sys/linux/sys_386.const
index 6c34a3138..81058c95d 100644
--- a/sys/linux/sys_386.const
+++ b/sys/linux/sys_386.const
@@ -377,6 +377,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
@@ -803,6 +804,7 @@ __NR_sched_yield = 158
__NR_seccomp = 354
__NR_select = 82
__NR_sendfile = 187
+__NR_sendfile64 = 239
__NR_set_mempolicy = 276
__NR_set_robust_list = 311
__NR_set_thread_area = 243