mirror of git://git.musl-libc.org/musl
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.
This commit is contained in:
parent
4b0f39cb53
commit
b427d847f4
3
README
3
README
|
@ -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
|
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
|
defined in ISO C99 and POSIX 2008 base, along with a number of
|
||||||
non-standardized interfaces for compatibility with Linux, BSD, and
|
non-standardized interfaces for compatibility with Linux, BSD, and
|
||||||
glibc functionality. Also covered are all XSI interfaces except the
|
glibc functionality.
|
||||||
dbm functions, which are traditionally a separate library from libc.
|
|
||||||
|
|
||||||
For basic installation instructions, see the included INSTALL file.
|
For basic installation instructions, see the included INSTALL file.
|
||||||
Information on full musl-targeted compiler toolchains, system
|
Information on full musl-targeted compiler toolchains, system
|
||||||
|
|
Loading…
Reference in New Issue