Bug 210468 - aio_write(3) warns about undocumented (private!) structure member
Summary: aio_write(3) warns about undocumented (private!) structure member
Status: New
Alias: None
Product: Documentation
Classification: Unclassified
Component: Manual Pages (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-22 15:58 UTC by Martin S. Weber
Modified: 2018-04-10 19:10 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin S. Weber 2016-06-22 15:58:37 UTC
So we see this note "Invalid information in iocb->_aiocb_private may confuse the kernel." in the BUGS section. AFAICT, it's __aiocb_private, not _aiocb_private (double underscore) which also hints strongly on a private implementation defined symbol, which isn't documented properly (header file even says, don't touch directly). Suggest cutting the BUGS section from aio_write(3) altogether.