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.37 by gbeauche, 2005-02-13T18:18:59Z vs.
Revision 1.38 by gbeauche, 2005-02-20T18:08:50Z

# Line 413 | Line 413 | typedef struct timeval tm_time_t;
413   extern uint64 GetTicks_usec(void);
414   extern void Delay_usec(uint32 usec);
415  
416 < #if defined(HAVE_PTHREADS) || (defined(__linux__) && defined(__powerpc__))
416 > #if defined(HAVE_PTHREADS) || ((defined(__linux__) || defined(__NetBSD__)) && defined(__powerpc__))
417   // Setup pthread attributes
418   extern void Set_pthread_attr(pthread_attr_t *attr, int priority);
419   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines