Continue the pthreads torture.

This commit is contained in:
rsc 2004-09-21 01:11:28 +00:00
parent 3d5e34e146
commit c6687d4591
25 changed files with 440 additions and 124 deletions

5
src/lib9/lock-Linux.c Normal file
View file

@ -0,0 +1,5 @@
#ifdef __Linux26__
#include "lock-pthread.c"
#else
#include "lock-tas.c"
#endif