From d315a82dbed1fd288702ebbcb869c744476433a8 Mon Sep 17 00:00:00 2001 From: Anton Kling Date: Thu, 27 Jun 2024 18:59:49 +0200 Subject: stuff --- userland/libc/include/time.h | 1 + 1 file changed, 1 insertion(+) (limited to 'userland/libc/include/time.h') 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 #define CLOCK_REALTIME 0 +#define CLOCK_MONOTONIC_RAW 1 struct tm { int tm_sec; -- cgit v1.2.3