mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-11-23 15:20:02 +01:00
6 lines
123 B
C
6 lines
123 B
C
#include <sys\utime.h>
|
|
|
|
#define utimbuf _utimbuf
|
|
int usleep(unsigned int);
|
|
int gettimeofday(struct timeval *tv, void *tz);
|