]> granicus.if.org Git - strace/blob - scno.head
evdev: decode struct input_absinfo regardless of in-kernel definitions
[strace] / scno.head
1 /*
2  * Copyright (c) 2017-2018 The strace developers.
3  * All rights reserved.
4  *
5  * SPDX-License-Identifier: LGPL-2.1-or-later
6  */
7
8 #include <asm/unistd.h>
9
10 #if defined __X32_SYSCALL_BIT && defined __NR_read \
11  && (__X32_SYSCALL_BIT & __NR_read) == __X32_SYSCALL_BIT
12 # define SYSCALL_BIT __X32_SYSCALL_BIT
13 #else
14 # define SYSCALL_BIT 0
15 #endif