From: Johnathan Corgan Date: Mon, 17 Aug 2009 13:49:53 +0000 (-0400) Subject: Added omnithread README (deprecation). X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=30108b8cff313607bef51fda8d600cb4826a259e;p=debian%2Fgnuradio Added omnithread README (deprecation). --- diff --git a/omnithread/Makefile.am b/omnithread/Makefile.am index 88df2714..291cc8be 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 00000000..1943d0ed --- /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.