New thread library

This commit is contained in:
rsc 2004-12-25 21:56:33 +00:00
parent 7788fd5409
commit 1544f90960
70 changed files with 1041 additions and 4684 deletions

View file

@ -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