You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
185 B
7 lines
185 B
7 months ago
|
#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
|