6 lines
80 B
C
6 lines
80 B
C
|
|
#ifdef __Linux26__
|
||
|
|
#include "lock-pthread.c"
|
||
|
|
#else
|
||
|
|
#include "lock-tas.c"
|
||
|
|
#endif
|