musl - an implementation of the standard library for Linux-based systems
Age | Commit message (Collapse) | Author | Lines |
2011年06月30日 | add and consolidate nasty stdio_ext junk | Rich Felker | -11/+0 |
|
hopefully this resolves the rest of the issues with hideously
nonportable hacks in programs that use gnulib.
|
2011年06月30日 | implement the nonstandard GNU function fpurge | Rich Felker | -0/+11 |
|
this is a really ugly and backwards function, but its presence will
prevent lots of broken gnulib software from trying to define its own
version of fpurge and thereby failing to build or worse.
|