Skip to content

Commit

Permalink
Update platform.h
Browse files Browse the repository at this point in the history
  • Loading branch information
timrulebosch authored Jan 11, 2024
1 parent 8e4f34f commit 72da1db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dse/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
#define FILE_URI_SCHEME "file:///"
#define FILE_URI_SHORT_SCHEME "file:"

/* Clocks. */
#define CLOCK_SOURCE CLOCK_MONOTONIC


#else // Linux
Expand All @@ -41,6 +43,8 @@
#define FILE_URI_SCHEME "file://"
#define FILE_URI_SHORT_SCHEME "file:"

/* Clocks. */
#define CLOCK_SOURCE CLOCK_MONOTONIC_RAW



Expand Down

0 comments on commit 72da1db

Please sign in to comment.