File tree 2 files changed +5
-0
lines changed
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -211,6 +211,7 @@ check_symbol_exists(CLOCK_UPTIME "time.h" HAVE_DECL_CLOCK_UPTIME)
211
211
check_symbol_exists(CLOCK_UPTIME_FAST "time.h" HAVE_DECL_CLOCK_UPTIME_FAST)
212
212
check_symbol_exists(CLOCK_MONOTONIC "time.h" HAVE_DECL_CLOCK_MONOTONIC)
213
213
check_symbol_exists(CLOCK_REALTIME "time.h" HAVE_DECL_CLOCK_REALTIME)
214
+ check_symbol_exists(CLOCK_MONOTONIC_COARSE "time.h" HAVE_DECL_CLOCK_MONOTONIC_COARSE)
214
215
check_symbol_exists(FD_COPY "sys/select.h" HAVE_DECL_FD_COPY)
215
216
check_symbol_exists(NOTE_LOWAT "sys/event.h" HAVE_DECL_NOTE_LOWAT)
216
217
check_symbol_exists(NOTE_NONE "sys/event.h" HAVE_DECL_NOTE_NONE)
Original file line number Diff line number Diff line change 21
21
you don't. */
22
22
#cmakedefine01 HAVE_DECL_CLOCK_UPTIME_FAST
23
23
24
+ /* Define to 1 if you have the declaration of `CLOCK_MONOTONIC_COARSE', and to
25
+ 0 if you don't. */
26
+ #cmakedefine01 HAVE_CLOCK_MONOTONIC_COARSE
27
+
24
28
/* Define to 1 if you have the declaration of `FD_COPY', and to 0 if you
25
29
don't. */
26
30
#cmakedefine01 HAVE_DECL_FD_COPY
You can’t perform that action at this time.
0 commit comments