mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-21 00:31:50 +00:00
fix for SheepThreads (native mode)
This commit is contained in:
parent
9dc6cdc70e
commit
689d017cbd
@ -360,7 +360,7 @@ typedef struct timeval tm_time_t;
|
||||
extern uint64 GetTicks_usec(void);
|
||||
extern void Delay_usec(uint32 usec);
|
||||
|
||||
#ifdef HAVE_PTHREADS
|
||||
#if defined(HAVE_PTHREADS) || (defined(__linux__) && defined(__powerpc__))
|
||||
// Setup pthread attributes
|
||||
extern void Set_pthread_attr(pthread_attr_t *attr, int priority);
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user