We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32234ab commit de6d31aCopy full SHA for de6d31a
cisstOSAbstraction/osaThread.h
@@ -39,7 +39,8 @@ no warranty. The complete license can be found in license.txt and
39
#define SCHED_FIFO 0 /*! No Scheduling Policy available in Windows */
40
#endif
41
42
-#if (CISST_OS == CISST_DARWIN) // SCHED_FIFO is not defined otherwise
+// SCHED_FIFO is not defined otherwise
43
+#if (CISST_OS == CISST_LINUX) || (CISST_OS == CISST_DARWIN)
44
#include <pthread.h>
45
46
0 commit comments