1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/posix/include
Marian Buschsieweke 7703b37c6f
sys/posix/socket: align struct sockaddr{,_storage}
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`.
2021-11-11 09:55:24 +01:00
..
arpa sys/posix: factor inet_*to* from header into .c file 2017-11-15 23:01:56 +01:00
netinet cleanup: apply headerguard script output 2017-05-24 17:54:02 +02:00
sys sys/posix/socket: align struct sockaddr{,_storage} 2021-11-11 09:55:24 +01:00
fcntl.h sys/posix/fcntl: fix headerguard 2021-01-11 13:48:09 +01:00
semaphore.h posis/semaphore: use sema_get_value() 2021-01-15 16:17:25 +01:00