mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-17 08:40:14 +02:00
lbutils: rename mkrbuf to rmalloc
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -27,7 +27,7 @@ main(int argc, char **argv)
|
||||
/* https://man.openbsd.org/pledge.2 */
|
||||
xpledgex("stdio", NULL);
|
||||
|
||||
buf = mkrbuf(BUFSIZ);
|
||||
buf = rmalloc(BUFSIZ);
|
||||
if (!memcmp(buf, buf + (BUFSIZ >> 1), BUFSIZ >> 1))
|
||||
same = 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user