diff options
Diffstat (limited to 'userland/libc/include/time.h')
-rw-r--r-- | userland/libc/include/time.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/userland/libc/include/time.h b/userland/libc/include/time.h index 567e9ef..b494f6c 100644 --- a/userland/libc/include/time.h +++ b/userland/libc/include/time.h @@ -4,6 +4,7 @@ #include <stddef.h> #define CLOCK_REALTIME 0 +#define CLOCK_MONOTONIC_RAW 1 struct tm { int tm_sec; |