mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-05-16 10:09:04 -04:00
Merge branch 'main' into schilkp/sched_started_tracing_hook
This commit is contained in:
commit
2b7f18000b
6
portable/ThirdParty/GCC/Posix/port.c
vendored
6
portable/ThirdParty/GCC/Posix/port.c
vendored
|
@ -49,12 +49,10 @@
|
|||
* only or serialized with a FreeRTOS primitive such as a binary
|
||||
* semaphore or mutex.
|
||||
*----------------------------------------------------------*/
|
||||
#include "portmacro.h"
|
||||
|
||||
#ifdef __linux__
|
||||
#define __USE_GNU
|
||||
#define _GNU_SOURCE
|
||||
#endif
|
||||
|
||||
#include "portmacro.h"
|
||||
#include <errno.h>
|
||||
#include <pthread.h>
|
||||
#include <limits.h>
|
||||
|
|
Loading…
Reference in a new issue