Very minor portability fixes.

This commit is contained in:
Markus F.X.J. Oberhumer
2007-01-30 20:36:59 +01:00
parent 5fbd1b78e7
commit 08ef9f69fb
3 changed files with 4 additions and 9 deletions
-5
View File
@@ -582,11 +582,6 @@ extern "C" {
int dup(int fd) { UNUSED(fd); return -1; }
#endif
// FIXME - quick hack for wrt54gl
#if 1 && (ACC_ARCH_MIPS) && (ACC_OS_POSIX_LINUX) && (ACC_LIBC_UCLIBC)
clock_t clock(void) { return 0; }
#endif
#if defined(__DJGPP__)
int _is_executable(const char *, int, const char *)
{