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.
1 parent c7ad493 commit d256d74Copy full SHA for d256d74
components/libc/compilers/common/include/sys/time.h
@@ -157,6 +157,10 @@ int nanosleep(const struct timespec *rqtp, struct timespec *rmtp);
157
#define CLOCK_MONOTONIC 4
158
#endif /* CLOCK_MONOTONIC */
159
160
+#ifndef TIMER_ABSTIME
161
+#define TIMER_ABSTIME 4
162
+#endif /* TIMER_ABSTIME */
163
+
164
#ifdef CLOCK_TAI
165
#define CLOCK_ID_MAX CLOCK_TAI
166
#else
0 commit comments