From 56ab5a18fee5257c3c875f2b8597b8379c7b959c Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Tue, 24 Mar 2026 16:35:40 +0000 Subject: mkhtemp: show progname on error i have my own getprogname implementation, because not every libc is good enough to include one. Signed-off-by: Leah Rowe --- util/libreboot-utils/include/common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'util/libreboot-utils/include') diff --git a/util/libreboot-utils/include/common.h b/util/libreboot-utils/include/common.h index b26448db..a632b993 100644 --- a/util/libreboot-utils/include/common.h +++ b/util/libreboot-utils/include/common.h @@ -547,6 +547,7 @@ int mkdirat_on_eintr(int dirfd, const char *pathname, mode_t mode); int if_err(int condition, int errval); int if_err_sys(int condition); +char *lbgetprogname(char *argv0); /* asserts */ -- cgit v1.2.1