mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 09:41:15 +00:00
16 lines
192 B
Mathematica
16 lines
192 B
Mathematica
|
|
||
|
#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
|