From e02d400bf6726ae8c0f34b43556e63f4f01f5d1d Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Tue, 20 Jun 2006 15:25:38 +0200 Subject: [PATCH] Avoid djgpp2 link error. --- src/util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util.cpp b/src/util.cpp index ca713e57..1655eed4 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -541,7 +541,7 @@ int _is_executable(const char *, int, const char *) } // FIXME: something wants to link in ctime.o -time_t mktime(struct tm *) +time_t XXX_mktime(struct tm *) { return 0; }