From 1ed2ca6b6977a6f8edea309d10bee0dbeb315d71 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Tue, 24 Mar 2026 22:27:04 +0000 Subject: util/libreboot-utils: rename err() to b0rk() it behaves a bit differently than err(), so it's not good to confuse readers Signed-off-by: Leah Rowe --- util/libreboot-utils/include/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 b028e437..196f2810 100644 --- a/util/libreboot-utils/include/common.h +++ b/util/libreboot-utils/include/common.h @@ -495,7 +495,7 @@ int try_err(int loop_err, int errval); void usage(void); void err_no_cleanup(int nvm_errval, const char *msg, ...); -void err(int nvm_errval, const char *msg, ...); +void b0rk(int nvm_errval, const char *msg, ...); int exit_cleanup(void); const char *getnvmprogname(void); -- cgit v1.2.1