diff options
author | Johnathan Corgan <jcorgan@corganenterprises.com> | 2009-08-17 09:49:53 -0400 |
---|---|---|
committer | Johnathan Corgan <jcorgan@corganenterprises.com> | 2009-08-17 09:49:53 -0400 |
commit | 30108b8cff313607bef51fda8d600cb4826a259e (patch) | |
tree | b2bbe59e987977c15cceca20fd6c5377785b4315 /omnithread | |
parent | 82d6410198b91eb21ccac9fe2aae66690956e584 (diff) |
Added omnithread README (deprecation).
Diffstat (limited to 'omnithread')
-rw-r--r-- | omnithread/Makefile.am | 3 | ||||
-rw-r--r-- | omnithread/README | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/omnithread/Makefile.am b/omnithread/Makefile.am index 88df2714da..291cc8beb0 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 0000000000..1943d0ed56 --- /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. |