mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 17:51:01 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@750 72102866-910b-0410-8b05-ffd578937521
15 lines
192 B
Objective-C
15 lines
192 B
Objective-C
|
|
#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
|