global: remove gcc 5.2 support

This commit is contained in:
Ivan Grokhotkov
2019-11-05 12:20:26 +01:00
parent 93a8603c54
commit 9a2af7ae33
149 changed files with 94 additions and 16603 deletions

View File

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