1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 09:58:11 +00:00

Kernel & LibC: Add CLOCK_REALTIME constant

This commit is contained in:
Liav A 2020-03-14 00:58:31 +02:00 committed by Andreas Kling
parent 53d6fe8141
commit 5d90e9cfb8
2 changed files with 2 additions and 0 deletions

View file

@ -466,6 +466,7 @@ typedef enum {
typedef int clockid_t;
#define CLOCK_REALTIME 0
#define CLOCK_MONOTONIC 1
#define TIMER_ABSTIME 99