aboutsummaryrefslogtreecommitdiff
path: root/include/compat
diff options
context:
space:
mode:
Diffstat (limited to 'include/compat')
-rw-r--r--include/compat/unistd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/compat/unistd.h b/include/compat/unistd.h
index 63c07fc..544cb27 100644
--- a/include/compat/unistd.h
+++ b/include/compat/unistd.h
@@ -45,6 +45,8 @@ static inline unsigned int sleep(unsigned int seconds)
45 Sleep(seconds * 1000); 45 Sleep(seconds * 1000);
46 return seconds; 46 return seconds;
47} 47}
48
49int mkstemp(char *template);
48#endif 50#endif
49 51
50int ftruncate(int fd, off_t length); 52int ftruncate(int fd, off_t length);