mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
Removed
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@8694 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
053a13da25
commit
a5b9fa0e80
1 changed files with 0 additions and 10 deletions
|
@ -1,10 +0,0 @@
|
|||
/* Test whether Objective-C runtime was compiled with thread support */
|
||||
|
||||
/* From thr.c */
|
||||
extern int __objc_init_thread_system(void);
|
||||
|
||||
int
|
||||
main()
|
||||
{
|
||||
return (__objc_init_thread_system());
|
||||
}
|
Loading…
Reference in a new issue