fix for SheepThreads (native mode)

This commit is contained in:
gbeauche 2004-02-25 22:02:59 +00:00
parent 9dc6cdc70e
commit 689d017cbd

View File

@ -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