ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/Unix/sysdeps.h
(Generate patch)

Comparing SheepShaver/src/Unix/sysdeps.h (file contents):
Revision 1.24 by gbeauche, 2004-02-24T23:09:39Z vs.
Revision 1.25 by gbeauche, 2004-02-25T22:02:59Z

# Line 360 | Line 360 | typedef struct timeval tm_time_t;
360   extern uint64 GetTicks_usec(void);
361   extern void Delay_usec(uint32 usec);
362  
363 < #ifdef HAVE_PTHREADS
363 > #if defined(HAVE_PTHREADS) || (defined(__linux__) && defined(__powerpc__))
364   // Setup pthread attributes
365   extern void Set_pthread_attr(pthread_attr_t *attr, int priority);
366   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines