Continue the pthreads torture.
This commit is contained in:
parent
3d5e34e146
commit
c6687d4591
25 changed files with 440 additions and 124 deletions
5
src/lib9/lock-Linux.c
Normal file
5
src/lib9/lock-Linux.c
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#ifdef __Linux26__
|
||||
#include "lock-pthread.c"
|
||||
#else
|
||||
#include "lock-tas.c"
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue