From 45edcf33f7d4b2f405c0f59fccc71b6ac15f5c65 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 29 Mar 2026 08:37:32 +0100 Subject: lbutils: rename mkrbuf to rmalloc Signed-off-by: Leah Rowe --- util/libreboot-utils/include/common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util/libreboot-utils/include/common.h') diff --git a/util/libreboot-utils/include/common.h b/util/libreboot-utils/include/common.h index abd153be..b5b251d3 100644 --- a/util/libreboot-utils/include/common.h +++ b/util/libreboot-utils/include/common.h @@ -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); -- cgit v1.2.1