fix #ifdef inside a macro argument list in __init_tls.c
C99 6.10.3p11 disallows such constructs so use an #ifdef outside of the argument list of __syscall
Showing
想要评论请 注册 或 登录
C99 6.10.3p11 disallows such constructs so use an #ifdef outside of the argument list of __syscall