From 055aac915186d99ec526116e634c040f12733825 Mon Sep 17 00:00:00 2001 From: Amlal Date: Mon, 23 Dec 2024 11:59:23 +0100 Subject: #4 WIP fixes (CUSA) Signed-off-by: Amlal --- dev/Kernel/NewKit/Utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/Kernel/NewKit') diff --git a/dev/Kernel/NewKit/Utils.h b/dev/Kernel/NewKit/Utils.h index 3c72ba8e..cafcfec9 100644 --- a/dev/Kernel/NewKit/Utils.h +++ b/dev/Kernel/NewKit/Utils.h @@ -16,7 +16,7 @@ namespace Kernel voidPtr rt_set_memory(voidPtr dst, UInt32 val, Size len); void rt_zero_memory(voidPtr pointer, Size len); Int rt_string_cmp(const Char* src, const Char* cmp, Size len); - const Char* alloc_string(const Char* text); + const Char* rt_alloc_string(const Char* text); Size rt_string_len(const Char* str); Size rt_string_len(const Char* str, SizeT _len); Boolean rt_to_string(Char* buf, Int limit, Int base); -- cgit v1.2.3