From eafaffa0f09b7c22eed906ef5356b1460d44da55 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Fri, 22 Nov 2019 11:01:09 +0100 Subject: Cleanup: move all the compatibillity fluff to a dedicated "libcompat" Signed-off-by: David Oberhollenzer --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 6a6f1a0..67c1127 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,9 @@ The following components exist: package. It uses `libutil.la` internally. - `libcommon.a` built from files in `lib/common` contains a bunch of commonly used code shared across the utilities. + - `libcompat.a` built from files in `lib/compat` contains minimal + implementations of POSIX or GNU functions that are not available on some + platforms. The headers in `include` are stuffed with comments on functions an data structures. -- cgit v1.2.3