From: Rich Felker Date: Sat, 2 Jun 2012 21:49:14 +0000 (-0400) Subject: add LSB abi junk for ctype functions X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=commitdiff_plain;h=9372655e884b3829c6639fc1a6047b2569f3c3ec;hp=9372655e884b3829c6639fc1a6047b2569f3c3ec;ds=sidebyside 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). ---