FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
Florian La Roche f4f2e1596b
Fix gcc warning in posix port (#1098)
Fix warning from "gcc -Wsign-compare" in the file
portable/ThirdParty/GCC/Posix/port.c since PTHREAD_STACK_MIN
is used from system headers.

Signed-off-by: Florian La Roche <Florian.LaRoche@gmail.com>
Co-authored-by: Rahul Kar <118818625+kar-rahul-aws@users.noreply.github.com>
2024-06-29 11:20:45 -04:00
..
utils event_create(): check malloc() return value to be non-NULL (#1084) 2024-06-07 13:47:13 +05:30
FreeRTOS-simulator-for-Linux.url Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
port.c Fix gcc warning in posix port (#1098) 2024-06-29 11:20:45 -04:00
portmacro.h Fix small bugs in Kernel (#998) 2024-02-20 22:19:41 +05:30