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)
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).


No differences found