summaryrefslogtreecommitdiffstats
path: root/sysdep
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1998-07-15 21:42:23 +0200
committerMartin Mares <mj@ucw.cz>1998-07-15 21:42:23 +0200
commitc25e90efed6bc76d05370403839640ed05017506 (patch)
tree2bd05f1b7c1988f4a0b8af32b232b9aae655e9ec /sysdep
parent1be52eea5777f082b02e0f484620e692017b16a2 (diff)
downloadbird-c25e90efed6bc76d05370403839640ed05017506.tar
bird-c25e90efed6bc76d05370403839640ed05017506.zip
Added comment explaining `now'.
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