From 1544f90960275dc9211bde30329c3258e0e1bf38 Mon Sep 17 00:00:00 2001 From: rsc Date: Sat, 25 Dec 2004 21:56:33 +0000 Subject: New thread library --- src/libthread/sysofiles.sh | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 src/libthread/sysofiles.sh (limited to 'src/libthread/sysofiles.sh') diff --git a/src/libthread/sysofiles.sh b/src/libthread/sysofiles.sh deleted file mode 100644 index 11b21814..00000000 --- a/src/libthread/sysofiles.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -case "`uname`-`uname -r`" in -Linux-2.[01234]*) - echo Linux-clone.o ucontext.o - exit 0 - ;; -esac - -echo pthread.o ucontext.o -exit 0 -- cgit v1.2.3