mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
ce7ae15a98
Signed-off-by: Anton Glukhov <anton.a.glukhov@gmail.com>
12 lines
234 B
Diff
12 lines
234 B
Diff
--- 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()");
|