mirror of
https://gitlab.os-k.eu/os-k-team/os-k.git
synced 2023-08-25 14:03:10 +02:00
stuff
This commit is contained in:
parent
5a1de90208
commit
53be658a4a
@ -66,6 +66,6 @@ error_t KalAllocMemory(void **ptr, size_t req, int flags, size_t align)
|
||||
error_t KalFreeMemory(void *ptr)
|
||||
{
|
||||
(void)ptr;
|
||||
return 0;
|
||||
return EOK;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user