diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-29 08:37:32 +0100 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-29 08:37:32 +0100 |
| commit | 45edcf33f7d4b2f405c0f59fccc71b6ac15f5c65 (patch) | |
| tree | 8265896bd03c180d40e08549ad69f7eaf7ff4c7e /util/libreboot-utils/include/common.h | |
| parent | 6e4839d3566bbabd30d0d15b4edb820d4d4b042f (diff) | |
lbutils: rename mkrbuf to rmalloc
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/libreboot-utils/include/common.h')
| -rw-r--r-- | util/libreboot-utils/include/common.h | 4 |
1 files changed, 2 insertions, 2 deletions
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); |
