aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-11-22 11:01:09 +0100
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-11-22 11:28:23 +0100
commiteafaffa0f09b7c22eed906ef5356b1460d44da55 (patch)
treee77a1c3ddf714301b93810c2d123b6a7fcdc2ee8 /README.md
parent435c9ef3de5797d7c49fa8fae12a02fd6bd209d6 (diff)
Cleanup: move all the compatibillity fluff to a dedicated "libcompat"
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
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.