android_mt6572_jiabo/external/strace/linux/32/ioctls_inc.h
2025-09-05 16:56:03 +08:00

6 lines
170 B
C

#if defined X86_64 || defined X32 \
|| SIZEOF_STRUCT_I64_I32 < SIZEOF_LONG_LONG * 2
# include "32/ioctls_inc_align32.h"
#else
# include "32/ioctls_inc_align64.h"
#endif