summaryrefslogtreecommitdiffstats
path: root/librt/timer_create.c
Commit message (Collapse)AuthorAgeFilesLines
* - fix inline keywordBernhard Reutner-Fischer2008-07-231-1/+1
|
* Kay McCormick reports: when evp is NULL, it is reset too late and so can ↵Mike Frysinger2007-02-091-15/+14
| | | | cause a crash when it is dereferenced
* run through LindentMike Frysinger2007-02-091-37/+37
|
* only define offsetof() if it isnt already definedMike Frysinger2006-08-231-1/+3
|
* Patch from Paul Mundt (lethal) adding an initial librt implementation.Eric Andersen2005-01-111-0/+70
I then reworked the syscall handling and made minor cleanups. With luck I've not completely broken his patch...