From 7d240098d863e389e2fc6f1bc2240ea4e78a7afe Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 27 Dec 2017 20:26:51 +0100 Subject: sys/linux: fix splice signature ...was wrong all that time --- sys/linux/sys_ppc64le.const | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/linux/sys_ppc64le.const') diff --git a/sys/linux/sys_ppc64le.const b/sys/linux/sys_ppc64le.const index cd02d8aba..7c47b78c8 100644 --- a/sys/linux/sys_ppc64le.const +++ b/sys/linux/sys_ppc64le.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 -- cgit mrf-deployment