summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ThreadPool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/ThreadPool.cpp')
-rw-r--r--cpp/src/Ice/ThreadPool.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Ice/ThreadPool.cpp b/cpp/src/Ice/ThreadPool.cpp
index 7fa22c1f54a..4c1f1100aed 100644
--- a/cpp/src/Ice/ThreadPool.cpp
+++ b/cpp/src/Ice/ThreadPool.cpp
@@ -206,7 +206,7 @@ repeat:
goto repeat;
}
- SystemException ex(__FILE__, __LINE__);
+ SyscallException ex(__FILE__, __LINE__);
ex.error = getSystemErrno();
throw ex;
}
@@ -240,7 +240,7 @@ repeat:
goto repeat;
}
- SystemException ex(__FILE__, __LINE__);
+ SyscallException ex(__FILE__, __LINE__);
ex.error = getSystemErrno();
throw ex;
}