forked from Telodendria/Telodendria
Update references to POSIX
This commit is contained in:
parent
a8796e1bc6
commit
6721255512
1 changed files with 2 additions and 2 deletions
|
@ -222,10 +222,10 @@ you on a sufficiently complete operating system:
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
A standards-compliant C compiler with a POSIX.1c standard library and
|
A standards-compliant C compiler with a POSIX standard library and
|
||||||
access to a <code>chroot()</code> system call (which is available in all
|
access to a <code>chroot()</code> system call (which is available in all
|
||||||
UNIX-like operating systems, but is not POSIX.) Because <b>Telodendria</b>
|
UNIX-like operating systems, but is not POSIX.) Because <b>Telodendria</b>
|
||||||
is written in ANSI C and sticks almost entirely to POSIX.1c features, it
|
is written in ANSI C and sticks almost entirely to POSIX features, it
|
||||||
should compile on almost any compiler and operating system with minimal
|
should compile on almost any compiler and operating system with minimal
|
||||||
effort, but the following compilers and operating systems are known to work:
|
effort, but the following compilers and operating systems are known to work:
|
||||||
<ul>
|
<ul>
|
||||||
|
|
Loading…
Reference in a new issue