diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-25 00:03:31 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-25 00:03:31 +0000 |
| commit | f06db344ad53c987e38970b55e119a5af36641e1 (patch) | |
| tree | dc3ae6c5ac3ae9b37d4cb3fc32f6d7e480d3c78c /util/libreboot-utils/include/common.h | |
| parent | 3ddd7a0d36ef5f3d98f6e25efbdaf479d66cc35a (diff) | |
mkhtemp: fix err()mkhtemp-wip
calling it indirectly was out of the question.
must call it directly.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/libreboot-utils/include/common.h')
| -rw-r--r-- | util/libreboot-utils/include/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/libreboot-utils/include/common.h b/util/libreboot-utils/include/common.h index 93eded99..da086425 100644 --- a/util/libreboot-utils/include/common.h +++ b/util/libreboot-utils/include/common.h @@ -494,7 +494,7 @@ int try_err(int loop_err, int errval); */ void usage(void); -void err_no_cleanup(int nvm_errval, const char *msg, ...); +void err_no_cleanup(int stfu, int nvm_errval, const char *msg, ...); void b0rk(int nvm_errval, const char *msg, ...); int exit_cleanup(void); const char *getnvmprogname(void); |
