summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/alarm.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed problem reported by Victor V. Vengerov <Victor.Vengerov@oktet.ru>Joel Sherrill2000-07-071-1/+7
| | | | | | where alarm() did not correctly account for the watchdog start_time and stop_time fields being based on ticks not seconds. This resulted in alarm() returning a bogus number of seconds remaining.
* Updated copyright notice.Joel Sherrill1999-11-171-2/+1
|
* Split psignal.c into many more files. This reduced the amount ofJoel Sherrill1999-01-311-0/+48
object code that has to be loaded just for initializing the signal manager.