mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-20 12:16:40 +00:00
Remove runtime.h include
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9334 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cb4ac5f3ca
commit
c8df7edc13
2 changed files with 7 additions and 1 deletions
|
@ -40,7 +40,8 @@
|
|||
/* We need to access these private vars in the objc runtime - because
|
||||
the objc runtime's API is not enough powerful for the GNUstep
|
||||
extensions we want to add. */
|
||||
#include <objc/runtime.h>
|
||||
extern objc_mutex_t __objc_runtime_mutex;
|
||||
extern int __objc_runtime_threads_alive;
|
||||
extern int __objc_is_multi_threaded;
|
||||
|
||||
inline static void objc_thread_add ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue