summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/alarm.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2001-01-242001-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+3
* configure.in: Add src/config.h * src/Makefile.am: Add INCLUDES += -I. to pickup config.h * src/.cvsignore: Add config.h and stamp-h * src/*.c: Add config.h support.
2001-01-232001-01-23 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
* src/alarm.c: Eliminated use of C++ style comments.
2001-01-222001-01-22 Michael Hamel <mhamel@adi.co.nz>Joel Sherrill1-1/+1
* include/rtems/posix/semaphore.h, inline/rtems/posix/semaphore.inl, src/ptimer1.c, include/rtems/posix/semaphore.h, inline/rtems/posix/semaphore.inl, src/alarm.c, src/ptimer1.c, src/semaphorenametoid.c, src/semopen.c, src/semunlink.c: Modifications to make CodeWarrior happy.
2000-07-07Fixed problem reported by Victor V. Vengerov <Victor.Vengerov@oktet.ru>Joel Sherrill1-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.
1999-11-17Updated copyright notice.Joel Sherrill1-2/+1
1999-01-31Split psignal.c into many more files. This reduced the amount ofJoel Sherrill1-0/+48
object code that has to be loaded just for initializing the signal manager.