diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-16 15:22:28 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-16 15:22:28 +0000 |
| commit | 06ff9d27e85e56c6e3a9d499c1a46601e8a10f76 (patch) | |
| tree | dde390dfd62243bb2a10368a13c4e30f3dcaaea3 /util/nvmutil/nvmutil.c | |
| parent | 139f19f867bec728466af6b29f9a96178b96992b (diff) | |
mktemp prototype
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/nvmutil/nvmutil.c')
| -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; |
