Added test for DONT_USE_POSIX_THREAD_PRIORITY_SCHEDULING

This commit is contained in:
Janet B. Anderson
2005-10-26 18:41:44 +00:00
parent a1b924f855
commit 8ef6f1728a
+2 -1
View File
@@ -46,8 +46,9 @@ static int mutexLock(pthread_mutex_t *id)
}
}
/* Until this can be demonstrated to work leave it undefined*/
#if defined DONT_USE_POSIX_THREAD_PRIORITY_SCHEDULING
#undef _POSIX_THREAD_PRIORITY_SCHEDULING
#endif
typedef struct commonAttr{
pthread_attr_t attr;