zephyr/subsys
Paul Sokolovsky 9c91094ff7 net: sockets: select: Get rid of timeval in favor of zsock_timeval
struct timeval is per POSIX defined in sys/time.h, but that also
allowed to pull sys/select.h (and indeed, it does with native_posix),
which then starts to conflict with out select implementation (if
NET_SOCKETS_POSIX_NAMES is defined, and many samples/tests have it).

So, for now follow the existing route of duplicating all definitions
needed by our code in namespaced manner. Things like struct timeval
usage will need to be revisited later, when we'll want socket
subsystem to work with POSIX subsystem, but that's a separate deep
matter.

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2019-01-24 17:14:43 +02:00
..
app_memory
bluetooth Bluetooth: shell: Updates related to new ULL LLL architecture 2019-01-23 09:45:06 +01:00
console
cpp
debug debug: move segger configs to subsys/debug 2019-01-22 07:45:22 -05:00
dfu
disk
fb
fs
logging logging: Fix reporting of dropped logs before backend init 2019-01-24 08:39:29 -05:00
mgmt
net net: sockets: select: Get rid of timeval in favor of zsock_timeval 2019-01-24 17:14:43 +02:00
power power: move reboot.c to subsys/power 2019-01-22 07:45:22 -05:00
random
settings subsys/settings: fcb compress areas only once 2019-01-23 14:43:00 +01:00
shell shell: documentation update 2019-01-17 15:45:28 -05:00
stats
storage
usb usb: cdc_acm: Fix composite build 2019-01-24 08:37:16 -05:00
CMakeLists.txt power: move reboot.c to subsys/power 2019-01-22 07:45:22 -05:00
Kconfig