aboutsummaryrefslogtreecommitdiffstats
path: root/src/time/time_private.h
Commit message (Collapse)AuthorAgeFilesLines
* migrate to SPDX labels.Gravatar Gediminas Jakutis 2021-03-161-14/+2
| | | | | | | No longer using bulky text blocks to mark files as LGPL which for smaller files took up more lines than the actual code. Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
* time: add timeval versions.Gravatar Gediminas Jakutis 2019-08-121-0/+1
| | | | | | | We now got functions to operate on both struct timespec and struct timeval. Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
* time: initial implementation.Gravatar Gediminas Jakutis 2017-11-091-0/+26