]> rtime.felk.cvut.cz Git - lincan.git/blobdiff - embedded/arch/arm/generic/libs/misc/system_stub.c
Update of system-less architecture and board support code to actual uLAN.sf.net version.
[lincan.git] / embedded / arch / arm / generic / libs / misc / system_stub.c
index 3ec804c21d25d82a409b897060d97562f78baee1..81faf43171a79288680fd708ba0c044ed406754c 100644 (file)
@@ -308,7 +308,7 @@ int _swistat(int fd, struct stat *st)
 clock_t _clock(void);
 clock_t _clock(void)
 {
-  clock_t timeval;
+  clock_t timeval=0;
   return timeval;
 }