nuttx-apps/system/libuv
guoshichao e804886c68 libuv: fix sendmsg parameter type in NuttX port
Update the libuv NuttX port patch to change sendmsg() parameter from
"struct msghdr *msg" to "const struct msghdr *msg" in the NuttX-specific
implementation stub. This maintains compatibility after NuttX's socket API
was made POSIX-compliant with const-correct parameters.

Signed-off-by: guoshichao <guoshichao@xiaomi.com>
2026-01-16 21:10:55 +08:00
..
.gitignore system/libuv: Bump to v1.42.0 2022-02-28 18:05:00 +08:00
0001-libuv-port-for-nuttx.patch libuv: fix sendmsg parameter type in NuttX port 2026-01-16 21:10:55 +08:00
CMakeLists.txt cmake/process-spawn: remove if not required align with Makefile 2025-12-01 11:23:10 +01:00
Kconfig system/libuv/Kconfig: depends on CONFIG_PIPES 2024-12-18 20:04:21 +08:00
Make.defs system: migrate to SPDX identifier 2024-12-30 18:02:50 +08:00
Makefile system: migrate to SPDX identifier 2024-12-30 18:02:50 +08:00