diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-09-14 21:27:56 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-09-15 16:02:37 +0200 |
| commit | 19f9bc13d374058b83b2712f119bb42559b35c0c (patch) | |
| tree | 2e2744f8f1e3036736e3535ae776ff1409bf5368 /sys/linux/sys_arm.const | |
| parent | 52a33fd516102a98d3753bf69417235b655a68dc (diff) | |
pkg/csource: support archs other than x86_64
Diffstat (limited to 'sys/linux/sys_arm.const')
| -rw-r--r-- | sys/linux/sys_arm.const | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/linux/sys_arm.const b/sys/linux/sys_arm.const index 3b51f34ce..d3ccf9ec1 100644 --- a/sys/linux/sys_arm.const +++ b/sys/linux/sys_arm.const @@ -704,6 +704,7 @@ __NR_mlock = 9437334 __NR_mlock2 = 9437574 __NR_mlockall = 9437336 __NR_mmap = 9437274 +__NR_mmap2 = 9437376 __NR_mount = 9437205 __NR_move_pages = 9437528 __NR_mprotect = 9437309 |
