Cleanups.

committer: mfx <mfx> 1061224700 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2003-08-18 16:38:20 +00:00
parent 8eda698a9c
commit 655094239c
2 changed files with 8 additions and 9 deletions
+3 -2
View File
@@ -590,7 +590,7 @@ void free(__malloc_ptr_t ptr)
extern "C" {
#if defined(__DJGPP__)
int _is_executable(const char *, int , const char *)
int _is_executable(const char *, int, const char *)
{
return 0;
}
@@ -601,8 +601,9 @@ time_t mktime(struct tm *)
return 0;
}
time_t time(time_t *)
time_t time(time_t *t)
{
if (t) *t = 0;
return 0;
}
#endif /* __DJGPP__ */