mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Updated code to compile with GCC 4.6 and the new GNU Objective-C runtime
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@31765 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d474e5c900
commit
b84001b073
19 changed files with 227 additions and 78 deletions
|
@ -88,6 +88,11 @@
|
|||
#define PTHREAD_MIN_PRIORITY 0
|
||||
#endif
|
||||
|
||||
#if !defined(__GNUSTEP_RUNTIME__) && !defined(NeXT_RUNTIME)
|
||||
typedef void (*objc_thread_callback) (void);
|
||||
objc_thread_callback objc_set_thread_callback (objc_thread_callback func);
|
||||
#endif
|
||||
|
||||
extern NSTimeInterval GSTimeNow(void);
|
||||
|
||||
@interface NSAutoreleasePool (NSThread)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue