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

  1. --- a/drivers/timers_unix/timers_unix.c
  2. +++ b/drivers/timers_unix/timers_unix.c
  3. @@ -33,7 +33,7 @@
  4. }
  5. }
  6. -void timer_notify(sigval_t val)
  7. +void timer_notify(void)
  8. {
  9. if(gettimeofday(&last_sig,NULL)) {
  10. perror("gettimeofday()");