Differences From
Artifact [868113c60d]:
6 6 * ~ lexi hale <lexi@hale.su>
7 7 * kmheapf() frees a region on the heap à la libc free()
8 8 * see also: kmheapa() "heap alloc"
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 /* we define all our platform functions here, whether or not
17 17 * they're for the correct platform - only the ones that are
18 18 * called by the preprocessed form of the code will actually
19 19 * be linked, linker errors are our friend here! */
20 20 extern int kmem_platform_munmap(void* addr, unsigned long sz);