diff options
Diffstat (limited to 'base/sys_info.h')
-rw-r--r-- | base/sys_info.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/sys_info.h b/base/sys_info.h index 7460fe0..415dc81 100644 --- a/base/sys_info.h +++ b/base/sys_info.h @@ -67,7 +67,7 @@ class SysInfo { // allocate. static size_t VMAllocationGranularity(); -#if defined(OS_LINUX) +#if defined(OS_POSIX) && !defined(OS_MACOSX) // Returns the maximum SysV shared memory segment size. static size_t MaxSharedMemorySize(); #endif |