We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a97755 + 1cfcc36 commit 8bf074cCopy full SHA for 8bf074c
libcxx/src/chrono.cpp
@@ -31,7 +31,7 @@
31
# include <sys/time.h> // for gettimeofday and timeval
32
#endif
33
34
-#if defined(__APPLE__) || (defined(_POSIX_TIMERS) && _POSIX_TIMERS > 0)
+#if defined(__APPLE__) || defined (__gnu_hurd__) || (defined(_POSIX_TIMERS) && _POSIX_TIMERS > 0)
35
# define _LIBCPP_HAS_CLOCK_GETTIME
36
37
libcxx/src/filesystem/filesystem_clock.cpp
@@ -29,7 +29,7 @@
29
30
0 commit comments