Merge branch 'main' into schilkp/sched_started_tracing_hook

This commit is contained in:
Gaurav-Aggarwal-AWS 2024-06-10 21:01:20 +05:30 committed by GitHub
commit 2b7f18000b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>