summaryrefslogtreecommitdiff
path: root/ace/config-fsu-pthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-fsu-pthread.h')
-rw-r--r--ace/config-fsu-pthread.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ace/config-fsu-pthread.h b/ace/config-fsu-pthread.h
index 9e725c9b34d..f6f3ee1e6bd 100644
--- a/ace/config-fsu-pthread.h
+++ b/ace/config-fsu-pthread.h
@@ -39,9 +39,11 @@
#define PTHREAD_STACK_MIN (1024*10)
#endif
+#define ACE_LACKS_THREAD_PROCESS_SCOPING
+
#undef PTHREAD_INHERIT_SCHED
-struct sched_param
+struct sched_param
{
int sched_priority;
int prio;