diff options
Diffstat (limited to 'src/runtime/defs_linux_ppc64.go')
| -rw-r--r-- | src/runtime/defs_linux_ppc64.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/defs_linux_ppc64.go b/src/runtime/defs_linux_ppc64.go index 45363d1285..5a4326da07 100644 --- a/src/runtime/defs_linux_ppc64.go +++ b/src/runtime/defs_linux_ppc64.go @@ -18,6 +18,7 @@ const ( _MAP_FIXED = 0x10 _MADV_DONTNEED = 0x4 + _MADV_FREE = 0x8 _MADV_HUGEPAGE = 0xe _MADV_NOHUGEPAGE = 0xf |
