mirror of
https://github.com/libressl/portable.git
synced 2026-01-17 21:51:17 +01:00
add mkstemp for msvc builds
This commit is contained in:
@@ -45,6 +45,8 @@ static inline unsigned int sleep(unsigned int seconds)
|
||||
Sleep(seconds * 1000);
|
||||
return seconds;
|
||||
}
|
||||
|
||||
int mkstemp(char *template);
|
||||
#endif
|
||||
|
||||
int ftruncate(int fd, off_t length);
|
||||
|
||||
Reference in New Issue
Block a user