commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 01/11: runtime: Disable CPU_SET macros for


From: git
Subject: [Commit-gnuradio] [gnuradio] 01/11: runtime: Disable CPU_SET macros for FreeBSD.
Date: Thu, 9 Jan 2014 21:52:38 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

trondeau pushed a commit to branch maint
in repository gnuradio.

commit 8768e37e55697bf17b73a84e600693ec11f7a7ac
Author: Kevin Zheng <address@hidden>
Date:   Sat Dec 21 21:35:48 2013 -0600

    runtime: Disable CPU_SET macros for FreeBSD.
---
 gnuradio-runtime/lib/thread/thread.cc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnuradio-runtime/lib/thread/thread.cc 
b/gnuradio-runtime/lib/thread/thread.cc
index d79d1a0..5150f9b 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 {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]