diff options
author | Martin Mares <mj@ucw.cz> | 1998-07-15 19:42:23 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1998-07-15 19:42:23 +0000 |
commit | c25e90efed6bc76d05370403839640ed05017506 (patch) | |
tree | 2bd05f1b7c1988f4a0b8af32b232b9aae655e9ec | |
parent | 1be52eea5777f082b02e0f484620e692017b16a2 (diff) |
Added comment explaining `now'.
-rw-r--r-- | sysdep/unix/timer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdep/unix/timer.h b/sysdep/unix/timer.h index ab04aa44..10351a61 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 |