summaryrefslogtreecommitdiff
path: root/ace/config-fsu-pthread.h
diff options
context:
space:
mode:
authornw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-11-13 22:49:20 +0000
committernw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-11-13 22:49:20 +0000
commit781fa615f076c762ea6afc8f73e5ee8ae07c09a0 (patch)
treed0d501ba9a94446bbbe590eb55b99c0a8cb5c1e0 /ace/config-fsu-pthread.h
parentfba51cc942ab98ac91ca5ae109659adb986667e6 (diff)
downloadATCD-781fa615f076c762ea6afc8f73e5ee8ae07c09a0.tar.gz
Added ACE_LACKS_THREAD_PROCESS_SCOPING.
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;