]> git.kernelconcepts.de Git - karo-tx-redboot.git/blobdiff - packages/services/gfx/mw/v2_0/src/ecos/ecos_app.c
unified MX27, MX25, MX37 trees
[karo-tx-redboot.git] / packages / services / gfx / mw / v2_0 / src / ecos / ecos_app.c
index deaf6e81d4c521c381f3eee65f2791f38ddcce93..b25db86e60a01444609b323f17f48a57651f8011 100644 (file)
@@ -59,16 +59,6 @@ static char startup_stack[STACKSIZE];
 cyg_handle_t startup_thread;
 cyg_thread   startup_thread_obj;
 
-
-int 
-gettimeofday(struct timeval *tv,
-             struct timezone *tz)
-{
-    tv->tv_usec = 0;
-    tv->tv_sec = time(NULL);
-    return(0);
-}
-
 int
 strcasecmp(const char *s1, const char *s2)
 {