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.1 by cebix, 2002-02-04T16:58:13Z vs.
Revision 1.2 by cebix, 2002-02-21T15:12:12Z

# Line 106 | Line 106 | typedef struct timespec tm_time_t;
106   typedef struct timeval tm_time_t;
107   #endif
108  
109 + // Setup pthread attributes
110 + extern void Set_pthread_attr(pthread_attr_t *attr, int priority);
111 +
112   // Various definitions
113   typedef struct rgb_color {
114          uint8           red;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines