This commit is contained in:
Pierre Pronchery 2016-02-01 10:00:07 +01:00
parent e37b3d2f7b
commit ea22234a6c

View File

@ -7,7 +7,8 @@ About libSystem
libSystem is the most essential library within DeforaOS, with the aim to become 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). 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 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 Compiling libSystem