mktemp prototype

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-16 15:22:28 +00:00
parent ff458943c3
commit 6a898dff72
+1
View File
@@ -695,6 +695,7 @@ static ino_t tmp_ino;
* prototypes. Should be safe * prototypes. Should be safe
* on most Unices and compilers * on most Unices and compilers
*/ */
char *mktemp(char *template);
int fchmod(int fd, mode_t mode); int fchmod(int fd, mode_t mode);
static int tmp_fd = -1; static int tmp_fd = -1;