File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 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)
211211check_symbol_exists(CLOCK_UPTIME_FAST "time.h" HAVE_DECL_CLOCK_UPTIME_FAST)
212212check_symbol_exists(CLOCK_MONOTONIC "time.h" HAVE_DECL_CLOCK_MONOTONIC)
213213check_symbol_exists(CLOCK_REALTIME "time.h" HAVE_DECL_CLOCK_REALTIME)
214+ check_symbol_exists(CLOCK_MONOTONIC_COARSE "time.h" HAVE_DECL_CLOCK_MONOTONIC_COARSE)
214215check_symbol_exists(FD_COPY "sys/select.h" HAVE_DECL_FD_COPY)
215216check_symbol_exists(NOTE_LOWAT "sys/event.h" HAVE_DECL_NOTE_LOWAT)
216217check_symbol_exists(NOTE_NONE "sys/event.h" HAVE_DECL_NOTE_NONE)
Original file line number Diff line number Diff line change 2121 you don't. */
2222#cmakedefine01 HAVE_DECL_CLOCK_UPTIME_FAST
2323
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+
2428/* Define to 1 if you have the declaration of `FD_COPY', and to 0 if you
2529 don't. */
2630#cmakedefine01 HAVE_DECL_FD_COPY
You can’t perform that action at this time.
0 commit comments