diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-12-27 20:26:51 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-12-27 20:26:51 +0100 |
| commit | 7d240098d863e389e2fc6f1bc2240ea4e78a7afe (patch) | |
| tree | 6ff4b22d4556f8309547b907944ce8f112bed2dd /sys/linux/sys_ppc64le.const | |
| parent | 086787dd7e66f35e8d9051544d1345d32866dfc7 (diff) | |
sys/linux: fix splice signature
...was wrong all that time
Diffstat (limited to 'sys/linux/sys_ppc64le.const')
| -rw-r--r-- | sys/linux/sys_ppc64le.const | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
