* timer.cc (timer_tracker::timer_tracker): Eliminate simple constructor.

(ttstart): Fully initialize.
* errno.cc: Fix typo introduced in previous change.
This commit is contained in:
Christopher Faylor
2005-03-28 18:06:49 +00:00
parent c0add211e4
commit 12f9fb4972
3 changed files with 10 additions and 3 deletions

View File

@@ -78,7 +78,7 @@ static NO_COPY struct
X (BUSY, EBUSY),
X (ALREADY_EXISTS, EEXIST),
X (NO_SIGNAL_SENT, EIO),
X (FILENAME_EXCED_RANGE, ENAMETOOLONG,
X (FILENAME_EXCED_RANGE, ENAMETOOLONG),
X (META_EXPANSION_TOO_LONG, EINVAL),
X (INVALID_SIGNAL_NUMBER, EINVAL),
X (THREAD_1_INACTIVE, EINVAL),