mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-03 00:21:44 +01:00
global: remove gcc 5.2 support
This commit is contained in:
@@ -18,11 +18,6 @@
|
||||
#include <sys/time.h>
|
||||
#include <sys/features.h>
|
||||
|
||||
// Remove this when GCC 5.2.0 is no longer supported
|
||||
#ifndef _POSIX_TIMEOUTS
|
||||
#define _POSIX_TIMEOUTS // For pthread_mutex_timedlock
|
||||
#endif
|
||||
|
||||
#include_next <pthread.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user