commit | 10fdf8513f776c8b2588bb7b924fb243ae2462d6 | [log] [tgz] |
---|---|---|
author | Will Deacon <will.deacon@arm.com> | Wed Jun 01 18:48:20 2016 +0100 |
committer | Will Deacon <will.deacon@arm.com> | Wed Jun 01 18:48:20 2016 +0100 |
tree | 5994192bc0b092afb1cce219bfd30bdc587103fa | |
parent | e47b020a323d1b2a7b1e9aac86e99eae19463630 [diff] |
arm64: unistd32.h: wire up missing syscalls for compat tasks We're missing entries for mlock2, copy_file_range, preadv2 and pwritev2 in our compat syscall table, so hook them up. Only the last two need compat wrappers. Signed-off-by: Will Deacon <will.deacon@arm.com>