diff options
author | Rich Felker <dalias@aerifal.cx> | 2014-03-20 04:15:47 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2014-03-20 04:15:47 -0400 |
commit | b427d847f4cf0232d330da93ee9ff60877804213 (patch) | |
tree | 52ba5d4b652c97eb6dcced5f9e5b78ed788257c8 | |
parent | 4b0f39cb5333ada4761595d5faaf4248d849fabd (diff) | |
download | musl-b427d847f4cf0232d330da93ee9ff60877804213.tar.gz musl-b427d847f4cf0232d330da93ee9ff60877804213.tar.bz2 musl-b427d847f4cf0232d330da93ee9ff60877804213.tar.xz musl-b427d847f4cf0232d330da93ee9ff60877804213.zip |
remove claim of XSI coverage from README
in addition to the dbm functions (which we don't intent to implement
anyway), fmtmsg is still missing too. rather than adding exceptions I
think it's best just to avoid making the claim.
-rw-r--r-- | README | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -13,8 +13,7 @@ achieved through simple code that is easy to understand and maintain. The 1.0 release series for musl features coverage for all interfaces defined in ISO C99 and POSIX 2008 base, along with a number of non-standardized interfaces for compatibility with Linux, BSD, and -glibc functionality. Also covered are all XSI interfaces except the -dbm functions, which are traditionally a separate library from libc. +glibc functionality. For basic installation instructions, see the included INSTALL file. Information on full musl-targeted compiler toolchains, system |