aboutsummaryrefslogtreecommitdiff
path: root/src/signal/sigrtmin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* add public interface headers to implementation files•••general policy is that all source files defining a public API or an ABI mechanism referenced by a public header should include the public header that declares the interface, so that the compiler or analysis tools can check the consistency of the declarations. Alexander Monakov pointed out a number of violations of this principle a few years back. fix them now. Rich Felker2018-02-251-0/+2
* use a separate signal from SIGCANCEL for SIGEV_THREAD timers•••otherwise we cannot support an application's desire to use asynchronous cancellation within the callback function. this change also slightly debloats pthread_create.c. Rich Felker2011-04-141-1/+1
* initial check-in, version 0.5.0Rich Felker2011-02-121-0/+4