diff options
Diffstat (limited to 'cpp/src/IceGrid/PlatformInfo.cpp')
-rw-r--r-- | cpp/src/IceGrid/PlatformInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/PlatformInfo.cpp b/cpp/src/IceGrid/PlatformInfo.cpp index 8c0843f2cd9..0f6eacd18a7 100644 --- a/cpp/src/IceGrid/PlatformInfo.cpp +++ b/cpp/src/IceGrid/PlatformInfo.cpp @@ -179,7 +179,7 @@ PlatformInfo::PlatformInfo(const string& prefix, if(sysctl(ncpu, 2, &_nProcessors, &sz, 0, 0) == -1) { Ice::SyscallException ex(__FILE__, __LINE__); - ex.error = getSystemErrno(); + ex.error = IceInternal::getSystemErrno(); throw ex; } #elif defined(__hpux) |