diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-04-11 12:40:23 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-04-11 12:40:23 +0200 |
commit | 07225896ee1a6091f67f2df182fba03c3bc251df (patch) | |
tree | c53e0468db23fa8002e88300ccda657da018cf02 /sal/osl/unx/thread.c | |
parent | 4a83a947efc3060eaddce32560b39df20ee01af1 (diff) |
define for older systems
Diffstat (limited to 'sal/osl/unx/thread.c')
-rw-r--r-- | sal/osl/unx/thread.c | 3 |
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 /**************************************************************************** |