We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 246d3b5 commit bd23340Copy full SHA for bd23340
openbsd/openbsd_threadpark.cpp
@@ -5,8 +5,8 @@
5
#include <cstdint>
6
#include <cerrno>
7
8
-#include <sys/futex.h> // for FUTEX_WAIT, FUTEX_WAKE
9
-#include <sys/time.h> // for struct timespec if needed
+#include <sys/futex.h>
+#include <sys/time.h>
10
#include <unistd.h>
11
12
struct tpark_handle_t {
0 commit comments