diff --git a/compat/mingw.c b/compat/mingw.c index 6d067c9450..f5b64fc564 100644 --- a/compat/mingw.c +++ b/compat/mingw.c @@ -164,13 +164,11 @@ char *mingw_getcwd(char *pointer, int len) } return ret; } -const char *strptime(char *buf, const char *format, struct tm *tm) -{ - die("MinGW does not yet support strptime!"); -} + void sync(void) { } + void openlog(const char *ident, int option, int facility) { }