View | Details | Raw Unified | Return to bug 259787 | Differences between
and this patch

Collapse All | Expand All

(-)rts/posix/OSThreads.c (+1 lines)
Lines 61-66 Link Here
61
#endif
61
#endif
62
62
63
#if defined(HAVE_SCHED_H)
63
#if defined(HAVE_SCHED_H)
64
#define _WITH_CPU_SET_T
64
#include <sched.h>
65
#include <sched.h>
65
#endif
66
#endif
66
67

Return to bug 259787