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