commit | e75f285bd14accde523352d6bc5c53310f259303 | [log] [tgz] |
---|---|---|
author | Chris Friedt <cfriedt@tenstorrent.com> | Wed Apr 23 08:15:17 2025 -0400 |
committer | Benjamin Cabé <kartben@gmail.com> | Thu Apr 24 22:58:43 2025 +0200 |
tree | da375fdbb8fe634150c23f816edfb9d6d9fd66eb | |
parent | bb9ec32cf67c7329300e7058ba80172d6f68875e [diff] |
posix: add timespec_is_valid() private internal function Add a common private function timespec_is_valid() that can be used to check if a timespec object is valid, and use that consistently in lib/posix/options. Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>