add LSB abi junk for ctype functions
authorRich Felker <dalias@aerifal.cx>
Sat, 2 Jun 2012 21:49:14 +0000 (17:49 -0400)
committerRich Felker <dalias@aerifal.cx>
Sat, 2 Jun 2012 21:49:14 +0000 (17:49 -0400)
commit9372655e884b3829c6639fc1a6047b2569f3c3ec
treed5a2e702c13bddb35af495c0bde565ea925ef63f
parentd200bd727beab4f687e4891e2febc16b4ab97020
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).
src/ctype/__ctype_b_loc.c [new file with mode: 0644]
src/ctype/__ctype_tolower_loc.c [new file with mode: 0644]
src/ctype/__ctype_toupper_loc.c [new file with mode: 0644]