allwinner_a64/android/external/strace/scno.head
2018-08-08 16:14:42 +08:00

6 lines
185 B
Text

#if defined __X32_SYSCALL_BIT && defined __NR_read \
&& (__X32_SYSCALL_BIT & __NR_read) == __X32_SYSCALL_BIT
# define SYSCALL_BIT __X32_SYSCALL_BIT
#else
# define SYSCALL_BIT 0
#endif