Skip to content
Snippets Groups Projects
Commit 4a1eed40 authored by Gabor Greif's avatar Gabor Greif :speech_balloon:
Browse files

test for HAVE_CLOCK_GETTIME definedness

parent 577f3da7
No related branches found
No related tags found
No related merge requests found
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
#elif HAVE_STDINT_H #elif HAVE_STDINT_H
# include <stdint.h> # include <stdint.h>
#endif #endif
#if HAVE_CLOCK_GETTIME #ifdef HAVE_CLOCK_GETTIME
# ifdef _POSIX_MONOTONIC_CLOCK # ifdef _POSIX_MONOTONIC_CLOCK
# define CLOCK_ID CLOCK_MONOTONIC # define CLOCK_ID CLOCK_MONOTONIC
# else # else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment