commit | 49ac1912b29d858af6059901c2eb291e17e34a49 | [log] [tgz] |
---|---|---|
author | Chris Friedt <cfriedt@tenstorrent.com> | Sat Jun 15 10:04:55 2024 -0400 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Jun 27 09:01:23 2024 -0400 |
tree | 33c7c8117bfe3ed1cbcded917c29b3985b7ffed7 | |
parent | 93973e2ead9bc1e8e1bcf05d46cc292a05b49fdd [diff] |
net: sockets: move select() implementation to zvfs Move the implementation of zsock_select() to zvfs_select(). This allows other types of file descriptors to also make use of select() functionality even when the network subsystem is not enabled. Additionally, it partially removes a dependency cycle between posix and networking by moving functionality into a mutual dependency. Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>