librt contains wrappers that convert SIGEV_THREAD (as required by POSIX) to SIGEV_THREAD_ID (as required by the kernel) for aio_{read,write}(). Add the same for the new vectored functions.
Details
Details
- Reviewers
asomers - Commits
- rG3904e7966eb3: Fix aio_readv(2), aio_writev(2) with SIGEV_THREAD.
sysctl vfs.aio.enable_unsafe=1 ; cd /usr/src/test/sys/aio ; make ; make install ; cd /usr/tests/sys/aio ; kyua test. (Thanks asomers for suggesting this test).
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable