summaryrefslogtreecommitdiff
path: root/include/osl
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2021-06-02 14:57:20 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2021-06-02 15:26:28 +0200
commitf1be88688cf1ca4ab14f93ae1a75e0331a6577cb (patch)
tree96455d55b484c82b01d950247656530a80de69e1 /include/osl
parentc10df6edb8a48b4a57f73ccb6155d051a8cfb5d0 (diff)
Revert "sb138: #i115619# fix for MinGW"
This reverts commit 6727dc5d9414e77975b9fd765993c6e207f872f3. We now don't support compiling using MinGW. Change-Id: I0dee00780bfb4b7deceddd8cd30af03b7f7ed212 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116591 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'include/osl')
-rw-r--r--include/osl/thread.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/osl/thread.h b/include/osl/thread.h
index d04fc0ef41fc..03d7cbd9d587 100644
--- a/include/osl/thread.h
+++ b/include/osl/thread.h
@@ -191,8 +191,8 @@ SAL_DLLPUBLIC void SAL_CALL osl_yieldThread(void);
The name of a thread is usually evaluated for debugging purposes. Not all
platforms support this. On Linux, a set thread name can be observed with
- "ps -L". On Windows with the Microsoft compiler, a thread name set while a
- debugger is attached can be observed within the debugger.
+ "ps -L". On Windows a thread name set while a debugger is attached can be
+ observed within the debugger.
@param name the name of the thread; must not be null; on Linux, only the
first 16 characters are used