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:
parent
efadb8fd31
commit
e02d400bf6
|
@ -541,7 +541,7 @@ int _is_executable(const char *, int, const char *)
|
||||||
}
|
}
|
||||||
|
|
||||||
// FIXME: something wants to link in ctime.o
|
// FIXME: something wants to link in ctime.o
|
||||||
time_t mktime(struct tm *)
|
time_t XXX_mktime(struct tm *)
|
||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user