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

Comparing BasiliskII/src/Unix/sysdeps.h (file contents):
Revision 1.21 by cebix, 2002-01-15T14:58:37Z vs.
Revision 1.22 by cebix, 2002-02-07T16:10:55Z

# Line 178 | Line 178 | typedef uae_u32 uaecptr;
178   extern uint64 GetTicks_usec(void);
179   extern void Delay_usec(uint32 usec);
180  
181 + #ifdef HAVE_PTHREADS
182 + /* Centralized pthread attribute setup */
183 + void Set_pthread_attr(pthread_attr_t *attr, int priority);
184 + #endif
185 +
186   /* UAE CPU defines */
187   #ifdef WORDS_BIGENDIAN
188  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines