Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
quick fix that hopefully won't break too much compilation ... the second parameter...
[simgrid.git] / src / smpi / smpi_bench.c
index cf8ac0d..2732ec9 100644 (file)
@@ -168,7 +168,7 @@ unsigned int smpi_sleep(unsigned int secs)
   return secs;
 }
 
-int smpi_gettimeofday(struct timeval *tv, struct timezone *tz)
+int smpi_gettimeofday(struct timeval *tv)
 {
   double now;
   smpi_bench_end();