Kernel/LibC: add clock_gettime() for CLOCK_MONOTONIC

This gets the number of milliseconds since boot
This commit is contained in:
2023-07-06 00:38:29 +03:00
parent 86df258365
commit 3c068aa0ae
7 changed files with 40 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ set(LIBC_SOURCES
sys/stat.cpp
sys/wait.cpp
termios.cpp
time.cpp
unistd.cpp
math.S
icxxabi.cpp