Merge pull request #292 from kraj/develop

futex: fix build on 32-bit architectures using 64-bit time_t
This commit is contained in:
Oliver Kowalke
2022-02-21 07:18:01 +01:00
committed by GitHub
+4
View File
@@ -12,6 +12,10 @@
#include <boost/fiber/detail/config.hpp>
#ifndef SYS_futex
#define SYS_futex SYS_futex_time64
#endif
#if BOOST_OS_LINUX
extern "C" {
#include <linux/futex.h>