mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
7703b37c6f
Align the first member of `struct sockaddr` and `struct sockaddr_storage` as `uint32_t` to elevate the alignment of the structure to level of `uint32_t`. This is needed as `struct sockaddr_in` uses an `uint32_t` to store the IPv4 address, previously resulting in `struct sockaddr_in` currently having a greater alignment requirement that `struct sockaddr_storage`. |
||
---|---|---|
.. | ||
include | ||
inet | ||
pthread | ||
select | ||
semaphore | ||
sleep | ||
sockets | ||
doc.txt | ||
Kconfig |