Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
sanitize things around FINALIZE_REPLY despite my laziness as it seems to break on...
[simgrid.git] / src / sthread / sthread.h
index 1af86186cd7e44dc59148ec696fa8025343c4749..e13357b5b42671c325cfb2b53ec4b4017221df24 100644 (file)
@@ -40,11 +40,11 @@ int sthread_mutex_trylock(sthread_mutex_t* mutex);
 int sthread_mutex_unlock(sthread_mutex_t* mutex);
 int sthread_mutex_destroy(sthread_mutex_t* mutex);
 
-int sthread_gettimeofday(struct timeval* tv, struct timezone* tz);
+int sthread_gettimeofday(struct timeval* tv);
 void sthread_sleep(double seconds);
 
 #if defined(__cplusplus)
 }
 #endif
 
-#endif
\ No newline at end of file
+#endif