summaryrefslogtreecommitdiff
path: root/utils/sys_time.h
Commit message (Collapse)AuthorAgeFilesLines
* improve brackets in fallback timeval macrosVincent Sanders2019-10-121-3/+3
|
* add timer cmp,isset and clear to fallback macros and improve file documentationVincent Sanders2019-10-111-3/+21
|
* move sys/time.h support functionality out of generic headerVincent Sanders2016-04-191-0/+53
The utils header is a large collection of functionality for several system headers and API. This splits out the ones from sys/time.h into a separate header reducing the need for many unconnected source files to include the system header unecessarily.