mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
gh-81057: Fix the wasm32-wasi Buildbot (gh-100139)
The build was broken by gh-100084. https://github.com/python/cpython/issues/81057
This commit is contained in:
parent
8c215466db
commit
8d0bd93ae2
2 changed files with 3 additions and 2 deletions
|
@ -132,7 +132,8 @@ init_condattr(void)
|
|||
if (pthread_condattr_setclock(&ca, CLOCK_MONOTONIC) == 0) {
|
||||
condattr_monotonic = &ca; // Use monotonic clock
|
||||
}
|
||||
#endif
|
||||
# undef ca
|
||||
#endif // CONDATTR_MONOTONIC
|
||||
}
|
||||
|
||||
int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue