summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/setcancelstate.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-07-052002-07-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-6/+17
* include/rtems/posix/cancel.h, src/cancel.c, src/cancelrun.c, src/mqueue.c, src/pthread.c, src/semaphore.c, src/setcancelstate.c, src/setcanceltype.c, src/testcancel.c: Per PR164, corrected the behavior of thread cancellation and did some cleanup as a side-effect.
2001-01-242001-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+4
* 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.
1999-11-03Renamed POSIX_Thread_cancel_run to _POSIX_Thread_cancel_run since RTEMSJoel Sherrill1-1/+1
internal symbols are supposed to have leading underscores.
1999-11-02Split cancel.c into multiple files.Joel Sherrill1-0/+46