summaryrefslogtreecommitdiff
path: root/indra/llcommon/llsys.cpp
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2014-12-22 16:42:55 -0500
committerOz Linden <oz@lindenlab.com>2014-12-22 16:42:55 -0500
commit111900150d7e80f4f97f26ceb413aea2a5965d73 (patch)
tree1e7c843036f8bac7e4e4cb92f713515962128a5f /indra/llcommon/llsys.cpp
parenta261776a4753985df86454ee3c27e8d830e6c3c1 (diff)
work arounds to compile on linux
Diffstat (limited to 'indra/llcommon/llsys.cpp')
-rwxr-xr-xindra/llcommon/llsys.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/llsys.cpp b/indra/llcommon/llsys.cpp
index c9db73eb99..1a66612e87 100755
--- a/indra/llcommon/llsys.cpp
+++ b/indra/llcommon/llsys.cpp
@@ -677,6 +677,7 @@ U32 LLOSInfo::getProcessVirtualSizeKB()
#if LL_WINDOWS
#endif
#if LL_LINUX
+# define STATUS_SIZE 2048
LLFILE* status_filep = LLFile::fopen("/proc/self/status", "rb");
if (status_filep)
{