You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2019: Fix aio_suspend in non-trivial cases r=asomers a=asomers
aio_suspend would probably fail with EFAULT if the first operation in the list wasn't complete, due to an invalid pointer cast.
Also, deprecate lio_listio, which has the same problem, and others besides.
Fixes#1980
2087: Fix Haiku build by updating tempfile to 3.7.1 r=asomers a=asomers
Stebalien/tempfile#246
Co-authored-by: Alan Somers <[email protected]>
0 commit comments