diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2014-02-28 16:22:47 +0400 |
---|---|---|
committer | Heiko Carstens <heiko.carstens@de.ibm.com> | 2014-03-04 12:05:44 +0400 |
commit | 9c4d62fab4d29655a5ab198f3756693481a6b2da (patch) | |
tree | 6aea5b6188b799b8125ea699d46df244fabcde09 /arch/s390/include/asm/compat.h | |
parent | 18421166e8360bbb29b5eedd2cd3a9aedc0c90b3 (diff) | |
download | linux-9c4d62fab4d29655a5ab198f3756693481a6b2da.tar.xz |
s390/compat: convert system call wrappers to C part 11
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Diffstat (limited to 'arch/s390/include/asm/compat.h')
-rw-r--r-- | arch/s390/include/asm/compat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/include/asm/compat.h b/arch/s390/include/asm/compat.h index 5d7e8cf83bd6..1174ea2b5e7c 100644 --- a/arch/s390/include/asm/compat.h +++ b/arch/s390/include/asm/compat.h @@ -65,6 +65,7 @@ typedef u32 compat_caddr_t; typedef __kernel_fsid_t compat_fsid_t; typedef s32 compat_key_t; typedef s32 compat_timer_t; +typedef u32 compat_aio_context_t; typedef s32 compat_int_t; typedef s32 compat_long_t; |