musl - an implementation of the standard library for Linux-based systems
Age | Commit message (Collapse) | Author | Lines |
2018年02月25日 | add public interface headers to implementation files | Rich Felker | -0/+2 |
|
general policy is that all source files defining a public API or an
ABI mechanism referenced by a public header should include the public
header that declares the interface, so that the compiler or analysis
tools can check the consistency of the declarations. Alexander Monakov
pointed out a number of violations of this principle a few years back.
fix them now.
|
2011年02月12日 | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | -0/+4 |
|