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_386.const | |
| parent | 52a33fd516102a98d3753bf69417235b655a68dc (diff) | |
pkg/csource: support archs other than x86_64
Diffstat (limited to 'sys/linux/sys_386.const')
| -rw-r--r-- | sys/linux/sys_386.const | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/linux/sys_386.const b/sys/linux/sys_386.const index 0d6a93ef5..a8d240c45 100644 --- a/sys/linux/sys_386.const +++ b/sys/linux/sys_386.const @@ -714,6 +714,7 @@ __NR_mlock = 150 __NR_mlock2 = 376 __NR_mlockall = 152 __NR_mmap = 90 +__NR_mmap2 = 192 __NR_modify_ldt = 123 __NR_mount = 21 __NR_move_pages = 317 |
