blob: 7e15ff16742ed4eae27e4d82c493766e380e8b9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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()");
|