1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00

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

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;
}