mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-08-14 22:38:37 +02: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 *); |