[Libreoffice-commits] .: Branch 'libreoffice-3-4' - sal/osl
Fridrich Strba
fridrich at kemper.freedesktop.org
Mon Apr 11 03:41:41 PDT 2011
sal/osl/unx/thread.c | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 1b9ada482ea43fc4632735bcdca77f4bb8eafb2f
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