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.42 by gbeauche, 2005-06-22T12:32:32Z vs.
Revision 1.43 by gbeauche, 2005-06-25T11:06:24Z

# Line 428 | Line 428 | typedef struct timeval tm_time_t;
428   extern uint64 GetTicks_usec(void);
429   extern void Delay_usec(uint32 usec);
430  
431 < #if defined(HAVE_PTHREADS) || ((defined(__linux__) || defined(__NetBSD__)) && defined(__powerpc__))
431 > #ifdef HAVE_PTHREADS
432   // Setup pthread attributes
433   extern void Set_pthread_attr(pthread_attr_t *attr, int priority);
434   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines