add LSB abi junk for ctype functions
this should be the last major fix needed to support running glibc-linked conforming POSIX programs with musl in place of glibc, as long as musl provides the features they need and they don't use pthread cancellation (which is implemented as c++ exceptions in glibc, and fundamentally incompatible with musl).
Showing
src/ctype/__ctype_b_loc.c
0 → 100644
src/ctype/__ctype_tolower_loc.c
0 → 100644
src/ctype/__ctype_toupper_loc.c
0 → 100644
想要评论请 注册 或 登录