mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:17:44 +00:00
AK: Defined _COARSE clocks as the normal ones on Haiku
This commit is contained in:
parent
2c9bf5b935
commit
b99e0b95c0
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@
|
|||
# define CLOCK_MONOTONIC_COARSE CLOCK_MONOTONIC
|
||||
#endif
|
||||
|
||||
#if defined(AK_OS_BSD_GENERIC) && !defined(AK_OS_FREEBSD)
|
||||
#if defined(AK_OS_BSD_GENERIC) && !defined(AK_OS_FREEBSD) || defined(AK_OS_HAIKU)
|
||||
# define CLOCK_MONOTONIC_COARSE CLOCK_MONOTONIC
|
||||
# define CLOCK_REALTIME_COARSE CLOCK_REALTIME
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue