Skip to content
Snippets Groups Projects
Commit 01a508ea authored by Samuel Thibault's avatar Samuel Thibault
Browse files

fix applying patch

parent 4bce894b
No related branches found
No related tags found
No related merge requests found
Pipeline #832586 passed
......@@ -22,7 +22,7 @@ index 2257cd80d4..75d9d515d0 100644
- result = pthread_cond_timedwait (&cond, &__aio_requests_mutex,
+ result = __pthread_cond_clockwait (&cond, &__aio_requests_mutex,
+ CLOCK_MONOTONIC,
timeout == NULL ? NULL : &ts32);
timeout == NULL ? NULL : &ts32);
#endif
diff --git a/sysdeps/nptl/aio_misc.h b/sysdeps/nptl/aio_misc.h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment