Differences From
Artifact [99ad7a3351]:
6 6 * ~ lexi hale <lexi@hale.su>
7 7 * kmheapa() allocates a pointer on the heap à la libc malloc()
8 8 * see also: kmheapf() "heap free"
9 9 */
10 10
11 11 /* arch specific headers */
12 12 #ifdef KFenv_posix
13 -# include <posix/posix.h>
13 +# include <posix.h>
14 14 #endif
15 15
16 16 #include <error_table.h>
17 17
18 18 /* we define all our platform functions here, whether or not
19 19 * they're for the correct platform - only the ones that are
20 20 * called by the preprocessed form of the code will actually