aboutsummaryrefslogtreecommitdiff
path: root/src/libthread/thread.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/libthread/thread.sh')
-rw-r--r--src/libthread/thread.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/libthread/thread.sh b/src/libthread/thread.sh
deleted file mode 100644
index 818b509f..00000000
--- a/src/libthread/thread.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-if [ `uname` = Linux ]
-then
- case `uname -r` in
- 2.[6789]*)
- echo pthread
- ;;
- *)
- echo Linux-clone
- ;;
- esac
-else
- echo pthread
-fi