mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-11-21 22:29:55 +01:00
9 lines
252 B
C
9 lines
252 B
C
#include <sys\utime.h>
|
|
|
|
#define utimbuf _utimbuf
|
|
#define utimes w32_utimes
|
|
|
|
int usleep(unsigned int);
|
|
int gettimeofday(struct timeval *, void *);
|
|
int nanosleep(const struct timespec *, struct timespec *);
|
|
int w32_utimes(const char *, struct timeval *); |