asm-generic: use compat version for preadv2 and pwritev2
authorYury Norov <ynorov@caviumnetworks.com>
Mon, 2 May 2016 16:12:47 +0000 (19:12 +0300)
committerArnd Bergmann <arnd@arndb.de>
Wed, 4 May 2016 22:42:20 +0000 (00:42 +0200)
commit1f93e9f2318b598e6775a1fc9701604993c512b1
treec27eadaa7ce0103369a55b417da07ebd5d3f9c75
parent02da2d72174c61988eb4456b53f405e3ebdebce4
asm-generic: use compat version for preadv2 and pwritev2

Compat architectures that does not use generic unistd (mips, s390),
declare compat version in their syscall tables for preadv2 and
pwritev2. Generic unistd syscall table should do it as well.

[arnd: this initially slipped through the review and an
 incorrect patch got merged. arch/tile/ is the only architecture
 that could be affected for their 32-bit compat mode, every
 other architecture we support today is fine.]

Signed-off-by: Yury Norov <ynorov@caviumnetworks.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
include/uapi/asm-generic/unistd.h
This page took 0.02476 seconds and 5 git commands to generate.