summaryrefslogtreecommitdiffstats
path: root/runtime/autoconf-hrtimer-getset-expires.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix hrtimer.expires name change.Josh Stone2008-10-241-0/+6
The field is renamed to _expires starting in 2.6.28-rc1, and it's not meant to be directly manipulated. Instead hrtimer users are supposed to use hrtimer_get_expires and hrtimer_set_expires.