summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rondeau <tom@trondeau.com>2014-01-18 15:47:06 -0500
committerTom Rondeau <tom@trondeau.com>2014-01-18 15:47:06 -0500
commit3fa56a46fb91dabbc4973f9d3983639a88c12d6c (patch)
tree3e579a415b106e68f55b054c76981fcda6248e73
parent213f24448cfc755679b541bc7023e2d0124db42d (diff)
parent411e687b8de2a657c680658801e1c5ebdc131537 (diff)
Merge branch 'maint'
-rw-r--r--gnuradio-runtime/lib/thread/thread.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-runtime/lib/thread/thread.cc b/gnuradio-runtime/lib/thread/thread.cc
index f93543f58c..5e5874ec0f 100644
--- a/gnuradio-runtime/lib/thread/thread.cc
+++ b/gnuradio-runtime/lib/thread/thread.cc
@@ -125,7 +125,7 @@ namespace gr {
get_current_thread_id()
{
// Not implemented on OSX
- return;
+ return NULL;
}
void