Kernel/LibC: add clock_gettime() for CLOCK_MONOTONIC

This gets the number of milliseconds since boot
This commit is contained in:
Bananymous
2023-07-06 00:38:29 +03:00
parent 4086d7c3be
commit 1fb305fa45
7 changed files with 40 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ __BEGIN_DECLS
#define SYS_GET_EGID 31
#define SYS_GET_PWD 32
#define SYS_SET_PWD 33
#define SYS_CLOCK_GETTIME 34
__END_DECLS