summaryrefslogtreecommitdiff
path: root/omnithread
diff options
context:
space:
mode:
authorJosh Blum2009-08-24 21:34:25 -0700
committerJosh Blum2009-08-24 21:34:25 -0700
commit07d9b76e4bf8799d87775bd5546abf1f9ac5c995 (patch)
treecd1af16d1000f318ba636a754a159c5ee2833ca9 /omnithread
parentb8df6584312f1f03d0bf86375945b8d743b6a6d7 (diff)
parent9f2ca841018fd24644be39b4400784806015aef2 (diff)
downloadgnuradio-07d9b76e4bf8799d87775bd5546abf1f9ac5c995.tar.gz
gnuradio-07d9b76e4bf8799d87775bd5546abf1f9ac5c995.tar.bz2
gnuradio-07d9b76e4bf8799d87775bd5546abf1f9ac5c995.zip
Merge branch 'master' of http://gnuradio.org/git/gnuradio into grc
Diffstat (limited to 'omnithread')
-rw-r--r--omnithread/Makefile.am3
-rw-r--r--omnithread/README2
2 files changed, 4 insertions, 1 deletions
diff --git a/omnithread/Makefile.am b/omnithread/Makefile.am
index 88df2714d..291cc8beb 100644
--- a/omnithread/Makefile.am
+++ b/omnithread/Makefile.am
@@ -67,4 +67,5 @@ EXTRA_DIST = \
solaris.cc \
threaddata.cc \
vxWorks.cc \
- dir.mk
+ dir.mk \
+ README
diff --git a/omnithread/README b/omnithread/README
new file mode 100644
index 000000000..1943d0ed5
--- /dev/null
+++ b/omnithread/README
@@ -0,0 +1,2 @@
+The code in this directory is deprecated, please use the Boost thread
+library for new code.