about summary refs log tree commit diff
path: root/src/time/timer_delete.c
Commit message (Expand)AuthorAgeFilesLines
* avoid all malloc/free in timer creation/destructionRich Felker2011-03-301-6/+7
* reorder timer initialization so that timer_create does not depend on freeRich Felker2011-03-291-1/+1
* implement POSIX timersRich Felker2011-03-291-0/+12