summaryrefslogtreecommitdiff
path: root/include/osl/thread.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/osl/thread.hxx')
-rw-r--r--include/osl/thread.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osl/thread.hxx b/include/osl/thread.hxx
index 9db8ce3f9220..dd3a4cbd3184 100644
--- a/include/osl/thread.hxx
+++ b/include/osl/thread.hxx
@@ -152,7 +152,7 @@ public:
osl_yieldThread();
}
- static void setName(char const * name) throw () {
+ static void setName(char const * name) SAL_NOEXCEPT {
osl_setThreadName(name);
}