FreeBSD Bugzilla – Attachment #229745: Patch for lang/ghc, for rts/posix/OSThreads.c for
bug #259787
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 259787
| Differences between
Patch for lang/ghc, for rts/posix/OSThreads.c
Patch for benchmarks/iperf3, for src/iperf_server_api.c
Patch for benchmarks/iperf3, for src/iperf_api.c
Patch for graphics/cairo, for perf/cairo-perf-micro.c
Patch for graphics/cairo, for perf/cairo-perf-micro.c
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