Avoid djgpp2 link error.

This commit is contained in:
Markus F.X.J. Oberhumer
2006-06-20 15:25:38 +02:00
parent efadb8fd31
commit e02d400bf6
+1 -1
View File
@@ -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;
}