lbutils: rename mkrbuf to rmalloc

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-29 08:37:32 +01:00
parent 6e4839d356
commit 45edcf33f7
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -396,9 +396,9 @@ int dcat(const char *s, size_t n,
unsigned short hextonum(char ch_s);
void spew_hex(const void *data, size_t len);
void *mkrbuf(size_t n);
void *rmalloc(size_t n);
void rset(void *buf, size_t n);
void *mkrbuf(size_t n);
void *rmalloc(size_t n);
char *mkrstr(size_t n);
size_t rsize(size_t n);