libk  Diff

Differences From Artifact [99be01eb40]:

To Artifact [537b55b516]:


     6      6    * value `0`. (note that the brk syscall and the libc
     7      7    * wrapper have different behavior.) */
     8      8   
     9      9   #include <k/mem.h>
    10     10   #include <k/def.h>
    11     11   
    12     12   #ifdef KFenv_posix
    13         -#	include <posix/posix.h>
           13  +#	include <posix.h>
    14     14   #endif
    15     15   
    16     16   /* returns void* instead of kmres because kmlini has
    17     17    * no failure state */
    18     18   void* kmlini(void) {
    19     19   	k_platform_syscall_arg zero = 0;
    20     20   	/* brk adjusts the heap break then returns the new