summaryrefslogtreecommitdiff
path: root/src/ctype/__ctype_b_loc.c
AgeCommit message (Collapse)AuthorLines
2012-06-02add LSB abi junk for ctype functionsRich Felker-0/+42
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).