From ea22234a6c77346df0bce07e7602ad382dd2980c Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 1 Feb 2016 10:00:07 +0100 Subject: [PATCH] Wording --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 094e6d4..0d62343 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@ About libSystem libSystem is the most essential library within DeforaOS, with the aim to become a complete C runtime (thus obsoleting the libc and replacing its API). Regardless of its progress in this regard, libSystem is intended to be portable -and work on any system, using any POSIX-compliant runtime provided instead. +and work on any system, using any POSIX-compliant runtime as fallback if +available. Compiling libSystem