From 3ddd7a0d36ef5f3d98f6e25efbdaf479d66cc35a Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Tue, 24 Mar 2026 23:23:16 +0000 Subject: util/mkhtemp: add -q option (silence errors) Signed-off-by: Leah Rowe --- util/libreboot-utils/include/common.h | 2 ++ 1 file changed, 2 insertions(+) (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 196f2810..93eded99 100644 --- a/util/libreboot-utils/include/common.h +++ b/util/libreboot-utils/include/common.h @@ -499,6 +499,8 @@ void b0rk(int nvm_errval, const char *msg, ...); int exit_cleanup(void); const char *getnvmprogname(void); +void err_mkhtemp(int stfu, int errval, const char *msg, ...); + /* libc hardening */ -- cgit v1.2.1