zephyr/include
Kamil Kasperczyk 414ba6b074 include: net: Fix incorrect casting of timeval on zsock_timeval.
Currently zsock_timeval implementation uses long type for both
tv_sec and tv_usec fields. In the select method timeval type is
directly casted on zsock_timeval, but in some cases (e.g. when
using CONFIG_POSIX_API and some specific libc version) both types
have fields of different sizes, what may lead to assigning them
incorrect values.
Using types declared by the used libc in the CONFIG_POSIX_API=y
case will let to keep timeval and zsock_timeval types compatible.

Signed-off-by: Kamil Kasperczyk <kamil.kasperczyk@nordicsemi.no>
2020-11-19 15:08:33 +02:00
..
app_memory userspace: fix k_mem_partition definition 2020-11-18 08:02:08 -05:00
arch arm64: mmu: Fix SMEM_PARTITION_ALIGN define 2020-11-18 12:28:27 -08:00
audio
bluetooth Bluetooth: host: Document security changed and no security level change 2020-11-17 19:40:58 +01:00
canbus
cmsis_rtos_v1
cmsis_rtos_v2
console
crypto
data
debug
devicetree
dfu
disk
display
drivers include: drivers: add missing extern "C" in led.h and lora.h 2020-11-17 13:08:47 +02:00
dt-bindings drivers: display: ili9xxx: generalize ILI display driver 2020-11-10 15:52:12 -06:00
fs fs/fcb: Enable FCB to work with non-0xff erase value flash 2020-11-16 13:39:04 +01:00
linker drivers: pcie: Add support for IRQ allocation management 2020-11-14 11:13:00 +02:00
logging
lorawan
mgmt
net include: net: Fix incorrect casting of timeval on zsock_timeval. 2020-11-19 15:08:33 +02:00
posix
power pm: Add power management states definition 2020-11-11 13:20:05 +01:00
random
settings
shell
stats
storage
sys lib/os: replace z_vprintk with cbprintf 2020-11-13 06:38:01 -05:00
timing timing: do not repeatedly do init()/start()/stop() 2020-11-11 23:55:49 -05:00
toolchain sparc: Add compiler and linker tool support 2020-11-13 14:53:55 -08:00
tracing
usb
zephyr zephyr: introduce z_max_align_t 2020-11-17 11:44:16 +02:00
cache.h
device.h device: deprecate DEVICE_INIT 2020-11-10 08:38:09 -06:00
devicetree.h devicetree: make DT_PROP_HAS_IDX expand to 0 or 1 2020-11-15 08:44:56 -06:00
ec_host_cmd.h
emul.h
exc_handle.h
fatal.h
generated_dts_board.h
init.h
irq_nextlevel.h
irq_offload.h
irq.h
kernel_includes.h
kernel_structs.h
kernel_version.h
kernel.h kernel: memslab: Add maximum mem_slab utilization trace 2020-11-18 22:33:27 -05:00
mempool_heap.h
mempool_sys.h
ptp_clock.h
sched_priq.h
shared_irq.h
spinlock.h
sw_isr_table.h
sys_clock.h
syscall_handler.h
syscall.h
timeout_q.h
toolchain.h
wait_q.h
zephyr.h