include/linux/if_ppp.h:135: error: expected specifier-qualifier-list before 'aligned_u64'

来源:互联网 发布:如何让mac不休眠 编辑:程序博客网 时间:2024/06/05 22:52

solution:

add the following code in include/linux/if_ppp.h before struct pppol2tp_ioc_stats.


#ifdef aligned_u64

#undef aligned_u64

#endif

#define aligned_u64 unsigned long long __attribute__((aligned(64)))



0 0
原创粉丝点击