[Libreoffice-commits] .: sal/osl

Fridrich Strba fridrich at kemper.freedesktop.org
Mon Apr 11 03:40:39 PDT 2011


 sal/osl/unx/thread.c |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit bb913bd8fbd3089c93e3c50e7f985688e8ec9c9e
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Mon Apr 11 12:40:23 2011 +0200

    define for older systems

diff --git a/sal/osl/unx/thread.c b/sal/osl/unx/thread.c
index 6524e4c..06730ac 100644
--- a/sal/osl/unx/thread.c
+++ b/sal/osl/unx/thread.c
@@ -39,6 +39,9 @@
 
 #if defined LINUX
 #include <sys/prctl.h>
+#ifndef PR_SET_NAME
+#define PR_SET_NAME 15
+#endif
 #endif
 
 /****************************************************************************


More information about the Libreoffice-commits mailing list