summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/lib/thread
diff options
context:
space:
mode:
authorKevin Zheng <kevinz5000@gmail.com>2013-12-21 21:35:48 -0600
committerTom Rondeau <tom@trondeau.com>2013-12-26 16:30:43 -0500
commit8768e37e55697bf17b73a84e600693ec11f7a7ac (patch)
tree6520b234f9b2cca778c37b1499757e8cebcfdddb /gnuradio-runtime/lib/thread
parentccfd5aa3659d1ccf5e95e0b48850e9c6164a9357 (diff)
runtime: Disable CPU_SET macros for FreeBSD.
Diffstat (limited to 'gnuradio-runtime/lib/thread')
-rw-r--r--gnuradio-runtime/lib/thread/thread.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnuradio-runtime/lib/thread/thread.cc b/gnuradio-runtime/lib/thread/thread.cc
index d79d1a0129..5150f9b410 100644
--- a/gnuradio-runtime/lib/thread/thread.cc
+++ b/gnuradio-runtime/lib/thread/thread.cc
@@ -115,7 +115,8 @@ namespace gr {
} /* namespace gr */
-#elif defined(macintosh) || defined(__APPLE__) || defined(__APPLE_CC__)
+#elif defined(macintosh) || defined(__APPLE__) || defined(__APPLE_CC__) || \
+ defined(__FreeBSD__)
namespace gr {
namespace thread {