diff --git a/README.md b/README.md index 8a4e1a1..6db04e7 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,7 @@ A set of headers and small utilities for use on musl libc systems, for providing some minimal glibc compatibility. -As of right now, it only contains `getconf`, `getent`, `ldconfig` (stub) -binaries, a few headers, and an empty `lib/libintl.a`. - -Most of these things are taken from Alpine Linux's musl package. +Some of these things are taken from Alpine Linux's musl package. `libintl.a` is provided so that programs which specify `-lintl` when linking don't fail, but use musl's `libintl` implementation anyway. musl itself uses @@ -18,6 +15,7 @@ the same method for `libm`, `librt`, `libpthread`, `libcrypt`... - `include/sys/cdefs.h` ### 2-clause BSD +- `gencat.c` - `getconf.c` - `getent.c` - `include/sys/tree.h`