mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 06:40:33 -04:00
Changelog: https://chromium.googlesource.com/chromium/src/+log/74.0.3729.169..75.0.3770.80?pretty=fuller&n=10000 Submitted by: Matthias Wolf <matthias@rheinwolf.de>
11 lines
467 B
C
11 lines
467 B
C
--- base/system/sys_info.h.orig 2019-06-04 18:55:15 UTC
|
|
+++ base/system/sys_info.h
|
|
@@ -192,7 +192,7 @@ class BASE_EXPORT SysInfo {
|
|
static bool IsLowEndDeviceImpl();
|
|
static HardwareInfo GetHardwareInfoSync();
|
|
|
|
-#if defined(OS_LINUX) || defined(OS_ANDROID) || defined(OS_AIX)
|
|
+#if defined(OS_LINUX) || defined(OS_ANDROID) || defined(OS_AIX) || defined(OS_BSD)
|
|
static int64_t AmountOfAvailablePhysicalMemory(
|
|
const SystemMemoryInfoKB& meminfo);
|
|
#endif
|