Skip to content

Commit

Permalink
Document requirements for runtime environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
pothos committed May 20, 2024
1 parent 503cc12 commit 4feefe4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ The primary way this is used is through [Mustang] and [Eyra], as their libc
implementations. It can also be used as a regular library in
["coexist-with-libc" mode].

## Runtime requirements

Resolving users and DNS records requires the execution of `getent` which
prints the entries on stdout. On a regular glibc system the `getent`
binary is provided by it and uses the NSS setup as usual.
Similar, a musl system also provides `getent` (but does not use NSS).

## Similar crates

Another libc implementation is [relibc]. [tinyrlibc] is a very minimal set of
Expand Down

0 comments on commit 4feefe4

Please sign in to comment.