diff options
author | Johannes Schoepfer <slackbuilds@schoepfer.info> | 2019-12-31 17:14:48 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2019-12-31 17:14:48 -0600 |
commit | ec87b148fab3065a3f75b94b325e20605e04f3d0 (patch) | |
tree | 3e7c81e9c6fbb838c3fa58b05c2b81a741ac56a5 /system/musl/README | |
parent | c6602e212cc445eb8a50617eed2249a6c25767b4 (diff) |
system/musl: Updated for version 1.1.24.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/musl/README')
-rw-r--r-- | system/musl/README | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/system/musl/README b/system/musl/README index cb2417aa996ef..a72afb60b5bc5 100644 --- a/system/musl/README +++ b/system/musl/README @@ -1,5 +1,6 @@ -Musl is a C standard library that strives to be lightweight, fast, -simple, free, and correct. +Musl is a C standard library that is lightweight, fast, simple, free, +and strives to be correct in the sense of standards-conformance and +safety. Musl includes a wrapper, musl-gcc, for building files linked against musl. It also provides musl-ldd to print the shared libraries loaded by the |