FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
Jakub Tymejczyk 7324ad53c3 Fix GCC/Posix port compilation on FreeBSD (#1239)
On FreeBSD pthread_once_t is a struct and cast is required.
Otherwise there's compilation error:
../../mocks/freertos/port.c:261:23: error: expected expression
    hSigSetupThread = PTHREAD_ONCE_INIT;
                      ^
PTHREAD_ONCE_INIT is defined as: { PTHREAD_NEEDS_INIT, NULL } on FreeBSD
2025-02-06 13:25:30 +01:00
..
utils Mark mutex as robust to prevent deadlocks (#1233) 2025-01-29 07:27:30 +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/Posix port compilation on FreeBSD (#1239) 2025-02-06 13:25:30 +01:00
portmacro.h Fix spelling typos (#1168) 2024-11-01 10:09:49 -07:00