diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llcommon/llmemory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llcommon/llmemory.cpp b/linden/indra/llcommon/llmemory.cpp index 0f08877..5edeb4b 100644 --- a/linden/indra/llcommon/llmemory.cpp +++ b/linden/indra/llcommon/llmemory.cpp | |||
@@ -387,7 +387,7 @@ U64 getCurrentRSS() | |||
387 | U64 getCurrentRSS() | 387 | U64 getCurrentRSS() |
388 | { | 388 | { |
389 | static const char statPath[] = "/proc/self/stat"; | 389 | static const char statPath[] = "/proc/self/stat"; |
390 | FILE *fp = fopen(statPath, "r"); | 390 | LLFILE *fp = LLFile::fopen(statPath, "r"); |
391 | U64 rss = 0; | 391 | U64 rss = 0; |
392 | 392 | ||
393 | if (fp == NULL) | 393 | if (fp == NULL) |