more thread work

This commit is contained in:
rsc 2004-11-08 16:03:20 +00:00
parent 77dcf88474
commit 1956455367
12 changed files with 294 additions and 340 deletions

View file

@ -2,13 +2,13 @@
if [ `uname` = Linux ]
then
case "`uname | awk '{print $3}'`" in
*)
echo Linux-clone
;;
case `uname -r` in
2.[6789]*)
echo pthread
;;
*)
echo Linux-clone
;;
esac
else
echo pthread