HomeFreeBSD

Fix aio_readv(2), aio_writev(2) with SIGEV_THREAD.

Description

Fix aio_readv(2), aio_writev(2) with SIGEV_THREAD.

Add missing wrapper code to librt for these new functions so that
SIGEV_THREAD works. Without machinery to convert it to SIGEV_THREAD_ID,
you got EINVAL.

Reviewed by: asomers
MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D31618

Details

Provenance
tmunroAuthored on Aug 22 2021, 11:34 AM
Reviewer
asomers
Differential Revision
D31618: Fix aio_{read,write}v() with SIGEV_THREAD.
Parents
rGf30a1ae8d529: lio_listio(2): Allow LIO_READV and LIO_WRITEV.
Branches
Unknown
Tags
Unknown