commit | 89c1f15a6e384754d777ec995c25dfbab79a5e23 | [log] [tgz] |
---|---|---|
author | Chris Friedt <cfriedt@tenstorrent.com> | Wed Apr 23 09:29:26 2025 -0400 |
committer | Benjamin Cabé <kartben@gmail.com> | Thu Apr 24 22:58:43 2025 +0200 |
tree | d409740d20d24af4db1232a028c1b534e50738de | |
parent | d40be58093d7c05f8b16fd29efb391f027f852e6 [diff] |
posix: move timespec functions to posix_clock.h Move somewhat useful (but private and internal functions) that deal with struct timespec to posix_clock.h until there is a better API available for dealing with operations on struct timespec. Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>