diff options
-rw-r--r-- | win32/mingw.c | 5 |
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 | ||
786 | int ioctl(int fd, int code, ...) | 786 | char *strptime(const char *s, const char *format, struct tm *tm) |
787 | { | 787 | { |
788 | errno = ENOSYS; | 788 | return NULL; |
789 | return -1; | ||
790 | } | 789 | } |