We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5039b59 commit 75efc74Copy full SHA for 75efc74
openbsd/openbsd_threadpark.cpp
@@ -11,11 +11,11 @@
11
* We can declare them manually here if not included by default headers.
12
*/
13
extern "C" {
14
- int _thrsleep(const volatile void *identifier,
+ int __thrsleep(const volatile void *identifier,
15
clockid_t clock_id,
16
const struct timespec *timeout,
17
int flags);
18
- int _thrwakeup(const volatile void *identifier,
+ int __thrwakeup(const volatile void *identifier,
19
int n);
20
}
21
0 commit comments