You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
234 B

--- a/drivers/timers_unix/timers_unix.c
+++ b/drivers/timers_unix/timers_unix.c
@@ -33,7 +33,7 @@
}
}
-void timer_notify(sigval_t val)
+void timer_notify(void)
{
if(gettimeofday(&last_sig,NULL)) {
perror("gettimeofday()");