Skip to content

Commit f913af8

Browse files
moonlight83340cfriedt
authored andcommitted
doc: posix: mark putmsg as supported
Mark `putmsg()` as implemented but will fail with ``ENOSYS`` Was missing on the documentation before. signed-off-by: Gaetan Perrot <[email protected]>
1 parent be881d4 commit f913af8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/services/portability/posix/conformance/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ POSIX System Interfaces
109109
_XOPEN_CRYPT, -1,
110110
_XOPEN_REALTIME, -1,
111111
_XOPEN_REALTIME_THREADS, -1,
112-
:ref:`_XOPEN_STREAMS<posix_option_xopen_streams>`, -1, :kconfig:option:`CONFIG_NET_SOCKETS`
112+
:ref:`_XOPEN_STREAMS<posix_option_xopen_streams>`, -1, :ref:`†<posix_undefined_behaviour>`
113113
_XOPEN_UNIX, -1,
114114

115115
POSIX Shell and Utilities

doc/services/portability/posix/option_groups/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ _XOPEN_STREAMS
509509
getpmsg(), yes (will fail with ``ENOSYS``:ref:`†<posix_undefined_behaviour>`)
510510
ioctl(),yes
511511
isastream(),
512-
putmsg(),
512+
putmsg(), yes (will fail with ``ENOSYS``:ref:`†<posix_undefined_behaviour>`)
513513
putpmsg(),
514514

515515

0 commit comments

Comments
 (0)