diff options
author | Anton Kling <anton@kling.gg> | 2024-06-27 18:59:49 +0200 |
---|---|---|
committer | Anton Kling <anton@kling.gg> | 2024-06-27 19:07:50 +0200 |
commit | d315a82dbed1fd288702ebbcb869c744476433a8 (patch) | |
tree | b58ec3831daa0abf0dd2dd5dd4395e53565bd1c7 /userland/libc/include/time.h | |
parent | 556d1e44fef369a7200cc045f337ac3db2f9eab5 (diff) |
stuff
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; |