nuttx-apps/system/microros/patches
Arjav Patel 939ed0ca2a apps/system/microros: add rcutils strcasecmp strings.h include patch.
POSIX specifies strcasecmp/strncasecmp in <strings.h>, not <string.h>.
On NuttX (and other strict POSIX environments) rcutils/src/strcasecmp.c
only includes <string.h>, causing an implicit-declaration error for
strcasecmp when cross-compiling.

Patch 0003 adds #include <strings.h> guarded by !_WIN32, matching the
existing Windows/POSIX split in the file.

Signed-off-by: Arjav Patel <arjav1528@gmail.com>
2026-05-26 06:57:55 +08:00
..
0001-dir-typedef-nuttx-guard.patch apps/system/microros: add DIR-typedef NuttX guard patch. 2026-05-26 06:57:55 +08:00
0002-rcutils-process-nuttx-compat.patch apps/system/microros: define __NuttX__ in cross-compile toolchain flags. 2026-05-26 06:57:55 +08:00
0003-rcutils-strcasecmp-include-strings-h.patch apps/system/microros: add rcutils strcasecmp strings.h include patch. 2026-05-26 06:57:55 +08:00