diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-24 23:23:16 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-24 23:31:51 +0000 |
| commit | 3ddd7a0d36ef5f3d98f6e25efbdaf479d66cc35a (patch) | |
| tree | ce2d7198f0264b9df258a89da4a8a7e75e67e346 /util/libreboot-utils/include | |
| parent | 2cee58188cafb7e9e97a357bdb34b692beca63dd (diff) | |
util/mkhtemp: add -q option (silence errors)
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/libreboot-utils/include')
| -rw-r--r-- | util/libreboot-utils/include/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 */ |
