libs-base/Source/Thread.m

16 lines
192 B
Mathematica
Raw Normal View History

#if defined(NeXT)
#elif defined(MACH)
#elif defined(sun) && defined(svr4)
@implementation Thread
@end
@implementation Lock
@end
#else
#error Threads not available for this system.
#endif