commit | 9372655e884b3829c6639fc1a6047b2569f3c3ec | [log] [tgz] |
---|---|---|
author | Rich Felker <dalias@aerifal.cx> | Sat Jun 02 17:49:14 2012 -0400 |
committer | Rich Felker <dalias@aerifal.cx> | Sat Jun 02 17:49:14 2012 -0400 |
tree | d5a2e702c13bddb35af495c0bde565ea925ef63f | |
parent | d200bd727beab4f687e4891e2febc16b4ab97020 [diff] |
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).