doc: posix: mark getmsg and getpmsg as supported
`getmsg()` and `getpmsg()` are now implemented, mark it so. There are place holder so will fail with ENOSYS. signed-off-by: Gaetan Perrot <gaetanperrotpro@gmail.com>
This commit is contained in:
parent
6badcad883
commit
dfefac8208
|
@ -505,8 +505,8 @@ _XOPEN_STREAMS
|
|||
|
||||
fattach(),yes (will fail with ``ENOSYS``:ref:`†<posix_undefined_behaviour>`)
|
||||
fdetach(),yes (will fail with ``ENOSYS``:ref:`†<posix_undefined_behaviour>`)
|
||||
getmsg(),
|
||||
getpmsg(),
|
||||
getmsg(), yes (will fail with ``ENOSYS``:ref:`†<posix_undefined_behaviour>`)
|
||||
getpmsg(), yes (will fail with ``ENOSYS``:ref:`†<posix_undefined_behaviour>`)
|
||||
ioctl(),yes
|
||||
isastream(),
|
||||
putmsg(),
|
||||
|
|
Loading…
Reference in a new issue