mirror of
https://github.com/boostorg/fiber.git
synced 2026-07-21 13:13:32 +00:00
Merge pull request #292 from kraj/develop
futex: fix build on 32-bit architectures using 64-bit time_t
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user