Skip to content

net: sockets: Update zsock_poll() API documentation #55804

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 20, 2023

Conversation

rlubos
Copy link
Collaborator

@rlubos rlubos commented Mar 15, 2023

It is no longer true that zsock_poll() works only with networking sockets, we now support for example eventfd objects which can also be polled. Therefore just remove the outdated comment in the zsock_poll() documentation, as it is misleading.

Fixes #55506

It is no longer true that zsock_poll() works only with networking
sockets, we now support for example eventfd objects which can also be
polled. Therefore just remove the outdated comment in the zsock_poll()
documentation, as it is misleading.

Signed-off-by: Robert Lubos <[email protected]>
@carlescufi carlescufi merged commit 0771535 into zephyrproject-rtos:main Mar 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

zsock_poll also supports eventfd (documentation)
4 participants