extras/timekeeping -- provide POSIX-like interface
Provide POSIX-like timekeeping utilities using system clock to support monotonic, accurate, timezone-aware time Implements settimeofday(), gettimeofday(), and adjtime() Utilizes setenv() and tzset() See README.timekeeping.md for more details
This commit is contained in:
parent
49343e9c68
commit
6902615525
16 changed files with 2630 additions and 0 deletions
6
extras/timekeeping/tests/quick/Makefile
Normal file
6
extras/timekeeping/tests/quick/Makefile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
PROGRAM=timekeeping_quick_tests
|
||||
|
||||
EXTRA_COMPONENTS = extras/timekeeping
|
||||
|
||||
include ../../../../common.mk
|
||||
Loading…
Add table
Add a link
Reference in a new issue