fix type-mismatched declarations of __nl_langinfo_l in source files
obviously the type "should be" const, but it inherited non-const from the standard nl_langinfo_l.
Showing
想要评论请 注册 或 登录
obviously the type "should be" const, but it inherited non-const from the standard nl_langinfo_l.