mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-22 11:18:40 +08:00
Merge pull request #1207 from trapexit/atomic
Fix build on older distros due to std::atomic definitions
This commit is contained in:
commit
ee13810f3b
@ -30,7 +30,7 @@
|
||||
static std::uint32_t g_PAGESIZE = 0;
|
||||
static std::uint32_t g_BUFSIZE = 0;
|
||||
|
||||
static std::atomic_uint64_t g_MSGBUF_ALLOC_COUNT;
|
||||
static std::atomic<std::uint_fast64_t> g_MSGBUF_ALLOC_COUNT;
|
||||
|
||||
static std::mutex g_MUTEX;
|
||||
static std::vector<fuse_msgbuf_t*> g_MSGBUF_STACK;
|
||||
|
Loading…
x
Reference in New Issue
Block a user