mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-11-19 13:20:02 +01:00
9 lines
273 B
C
9 lines
273 B
C
#include <sys\utime.h>
|
|
|
|
#define utimbuf _utimbuf
|
|
#define utimes w32_utimes
|
|
|
|
int usleep(unsigned int);
|
|
int gettimeofday(struct timeval *tv, void *tz);
|
|
int nanosleep(const struct timespec *req, struct timespec *rem);
|
|
int w32_utimes(const char *filename, struct timeval *tvp); |