From 226d861c9ebb7f09f95665d07d9ab5c6b7ed7d6f Mon Sep 17 00:00:00 2001 From: Anton Kling Date: Thu, 3 Oct 2024 15:08:45 +0200 Subject: libc: small changes --- userland/libc/include/sys/time.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'userland/libc/include/sys/time.h') diff --git a/userland/libc/include/sys/time.h b/userland/libc/include/sys/time.h index a675d9e..4f5cbd7 100644 --- a/userland/libc/include/sys/time.h +++ b/userland/libc/include/sys/time.h @@ -2,9 +2,9 @@ #define TIME_H #include #include -#include #define CLOCK_REALTIME 0 +#define CLOCK_MONOTONIC_RAW 1 struct tm { int tm_sec; -- cgit v1.2.3