summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-04-11 12:40:23 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-04-11 12:41:21 +0200
commit9102d4c6dbf485f1f47392a1e942fc240b1c1355 (patch)
tree2c42386dd890a928526d1c6b4d51aac493c0b39e /sal
parent7f29cd8ad491c578d6562453a1168ba33f157e53 (diff)
define for older systems
Diffstat (limited to 'sal')
-rw-r--r--sal/osl/unx/thread.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sal/osl/unx/thread.c b/sal/osl/unx/thread.c
index cf3d13e4b244..0ea6057ec509 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
/****************************************************************************