Add mutex syscalls

This commit is contained in:
2026-01-20 22:18:43 +01:00
parent fff51321bc
commit 7eceecf6e3
9 changed files with 122 additions and 22 deletions

View File

@@ -87,6 +87,7 @@ void* calloc (size_t, size_t); //< The standard function.
void free (void*); //< The standard function.
void liballoc_init (void);
void liballoc_deinit (void);
#ifdef __cplusplus
}