aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--win32/mingw.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/win32/mingw.c b/win32/mingw.c
index ec5648bcf..1736ea625 100644
--- a/win32/mingw.c
+++ b/win32/mingw.c
@@ -783,8 +783,7 @@ int mingw_unlink(const char *pathname)
783 return unlink(pathname); 783 return unlink(pathname);
784} 784}
785 785
786int ioctl(int fd, int code, ...) 786char *strptime(const char *s, const char *format, struct tm *tm)
787{ 787{
788 errno = ENOSYS; 788 return NULL;
789 return -1;
790} 789}