mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
committed by
Christian Helmuth
parent
c2e7727f46
commit
b41b001003
@@ -95,7 +95,9 @@ void *memset(void *s, int c, size_t n) {
|
||||
|
||||
|
||||
void free(void *p) {
|
||||
Genode::env()->heap()->free(p, 0); }
|
||||
if (!p) return;
|
||||
Genode::env()->heap()->free(p, 0);
|
||||
}
|
||||
|
||||
|
||||
void q_printf(char const *fmt, ...)
|
||||
|
||||
Reference in New Issue
Block a user