From: Alexis Laferrière Date: Tue, 5 Jun 2018 19:28:04 +0000 (-0400) Subject: posix: add REAME.md X-Git-Url: http://nitlanguage.org posix: add REAME.md Signed-off-by: Alexis Laferrière --- diff --git a/lib/posix/README.md b/lib/posix/README.md new file mode 100644 index 0000000..3b73f9c --- /dev/null +++ b/lib/posix/README.md @@ -0,0 +1,5 @@ +Services conforming to POSIX + +The core module `posix` includes POSIX services available on all POSIX compliant systems. +For services provided by some implementations of POSIX but absent from any POSIX version, +import `posix::ext`.