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
6 lines
101 B
Makefile
6 lines
101 B
Makefile
|
|
PROGRAM=timekeeping_wrap_test
|
|
|
|
EXTRA_COMPONENTS = extras/timekeeping
|
|
|
|
include ../../../../common.mk
|