doc: posix: Add missing entries in POSIX supported API doc
`mq_timedsend()` and `mq_timedreceive()` are implemented but the information is missing in the documentation. Signed-off-by: Adam Wojasinski <awojasinski@baylibre.com>
This commit is contained in:
parent
9dfd368165
commit
dc90d6ccff
|
@ -486,8 +486,8 @@ _POSIX_TIMEOUTS
|
|||
:header: API, Supported
|
||||
:widths: 50,10
|
||||
|
||||
mq_timedreceive(),
|
||||
mq_timedsend(),
|
||||
mq_timedreceive(),yes
|
||||
mq_timedsend(),yes
|
||||
pthread_mutex_timedlock(),yes
|
||||
pthread_rwlock_timedrdlock(),yes
|
||||
pthread_rwlock_timedwrlock(),yes
|
||||
|
|
Loading…
Reference in a new issue