mirror of
https://github.com/apache/nuttx.git
synced 2026-08-18 19:50:47 +08:00
There is a risk that interfaces such as psock_ioctl/psock_setsockopt will cause paramete to be not four-byte aligned after calculating the offset, so align the length of the structure with parameters by four bytes. Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>