diff options
author | Martin Mares <mj@ucw.cz> | 1998-05-24 16:40:29 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1998-05-24 16:40:29 +0200 |
commit | a2ccbb0b97c1eac3a68f01b7786822a66aaaefa2 (patch) | |
tree | 211ea73def9469071d42aac19313bef26b791e63 /sysdep/unix/Modules | |
parent | 235562ca5ac1db2e2ea026bff42c8c2a898b44db (diff) | |
download | bird-a2ccbb0b97c1eac3a68f01b7786822a66aaaefa2.tar bird-a2ccbb0b97c1eac3a68f01b7786822a66aaaefa2.zip |
Implemented timers. Using bird_clock_t for absolute time from now...
Diffstat (limited to 'sysdep/unix/Modules')
-rw-r--r-- | sysdep/unix/Modules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdep/unix/Modules b/sysdep/unix/Modules index 450f579..95b80b3 100644 --- a/sysdep/unix/Modules +++ b/sysdep/unix/Modules @@ -1,3 +1,5 @@ log.c main.c timer.h +io.c +unix.h |