summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-03-16 15:22:28 +0000
committerLeah Rowe <leah@libreboot.org>2026-03-26 06:59:41 +0000
commit6a898dff726d9b33a28498d48c6ebb9c0f38c496 (patch)
tree9891095e35a4b2ff3fe3a81a59f82c31fc75a394
parentff458943c3d64a437ccba4ec47c50a4849ae2c0e (diff)
mktemp prototype
Signed-off-by: Leah Rowe <leah@libreboot.org>
-rw-r--r--util/nvmutil/nvmutil.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/nvmutil/nvmutil.c b/util/nvmutil/nvmutil.c
index 8de30619..d6f83570 100644
--- a/util/nvmutil/nvmutil.c
+++ b/util/nvmutil/nvmutil.c
@@ -695,6 +695,7 @@ static ino_t tmp_ino;
* prototypes. Should be safe
* on most Unices and compilers
*/
+char *mktemp(char *template);
int fchmod(int fd, mode_t mode);
static int tmp_fd = -1;