summaryrefslogtreecommitdiffstats
path: root/sysdep
diff options
context:
space:
mode:
Diffstat (limited to 'sysdep')
-rw-r--r--sysdep/unix/timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdep/unix/timer.h b/sysdep/unix/timer.h
index ab04aa4..10351a6 100644
--- a/sysdep/unix/timer.h
+++ b/sysdep/unix/timer.h
@@ -30,6 +30,6 @@ void tm_start(timer *, unsigned after);
void tm_stop(timer *);
void tm_dump_all(void);
-extern bird_clock_t now;
+extern bird_clock_t now; /* Time in seconds since unknown epoch */
#endif