X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=win32%2Fwin32iop.h;h=52c59b45b5142f2be2eda49e62a4e0f751980819;hb=484fdf61e8653b10160ba1e8011888f52ab6825a;hp=1568a122073f9f8cd9fd10706bd271cc91926219;hpb=6e21dc912fff1c74f60032b406b7b96bd0c3ee86;p=p5sagit%2Fp5-mst-13.2.git diff --git a/win32/win32iop.h b/win32/win32iop.h index 1568a12..52c59b4 100644 --- a/win32/win32iop.h +++ b/win32/win32iop.h @@ -134,6 +134,7 @@ DllExport int win32_ioctl(int i, unsigned int u, char *data); DllExport int win32_link(const char *oldname, const char *newname); DllExport int win32_unlink(const char *f); DllExport int win32_utime(const char *f, struct utimbuf *t); +DllExport int win32_gettimeofday(struct timeval *tp, void *not_used); DllExport int win32_uname(struct utsname *n); DllExport int win32_wait(int *status); DllExport int win32_waitpid(int pid, int *status, int flags); @@ -178,6 +179,7 @@ END_EXTERN_C #undef ioctl #undef unlink #undef utime +#undef gettimeofday #undef uname #undef wait @@ -292,6 +294,7 @@ END_EXTERN_C #define link win32_link #define unlink win32_unlink #define utime win32_utime +#define gettimeofday win32_gettimeofday #define uname win32_uname #define wait win32_wait #define waitpid win32_waitpid