mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 01:42:58 +08:00
3ad28c28aa
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>