FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
maxiao bee9037c46
Fix compilation warning about undelcared pthread_setname_np (#1079)
Use _GNU_SOURCE macro instead of __USE_GNU and define it before
including portmacro.h. The reason is that portmacro.h includes limits.h
which in-turn includes features.h - this results in __USE_GNU getting
incorrectly undefined.
2024-06-10 16:02:04 +05:30
..
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 compilation warning about undelcared pthread_setname_np (#1079) 2024-06-10 16:02:04 +05:30
portmacro.h Fix small bugs in Kernel (#998) 2024-02-20 22:19:41 +05:30