mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Merge 28be13ec99 into merged_master (Bitcoin PR bitcoin/bitcoin#25739)
This commit is contained in:
commit
b7cf83d442
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ constexpr const int kDefaultMmapLimit = (sizeof(void*) >= 8) ? 4096 : 0;
|
|||
int g_mmap_limit = kDefaultMmapLimit;
|
||||
|
||||
// Common flags defined for all posix open operations
|
||||
#if defined(HAVE_O_CLOEXEC)
|
||||
#if HAVE_O_CLOEXEC
|
||||
constexpr const int kOpenBaseFlags = O_CLOEXEC;
|
||||
#else
|
||||
constexpr const int kOpenBaseFlags = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue