diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-16 15:22:28 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-26 06:59:41 +0000 |
| commit | 6a898dff726d9b33a28498d48c6ebb9c0f38c496 (patch) | |
| tree | 9891095e35a4b2ff3fe3a81a59f82c31fc75a394 | |
| parent | ff458943c3d64a437ccba4ec47c50a4849ae2c0e (diff) | |
mktemp prototype
Signed-off-by: Leah Rowe <leah@libreboot.org>
| -rw-r--r-- | util/nvmutil/nvmutil.c | 1 |
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; |
