/[cebix]/SheepShaver/src/Unix/sysdeps.h
ViewVC logotype

Diff of /SheepShaver/src/Unix/sysdeps.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.17 by gbeauche, Mon Dec 1 13:51:35 2003 UTC revision 1.18 by gbeauche, Sun Dec 28 17:56:03 2003 UTC
# Line 344  typedef struct timespec tm_time_t; Line 344  typedef struct timespec tm_time_t;
344  typedef struct timeval tm_time_t;  typedef struct timeval tm_time_t;
345  #endif  #endif
346    
347    // Timing functions
348    extern uint64 GetTicks_usec(void);
349    extern void Delay_usec(uint32 usec);
350    
351  // Setup pthread attributes  // Setup pthread attributes
352  extern void Set_pthread_attr(pthread_attr_t *attr, int priority);  extern void Set_pthread_attr(pthread_attr_t *attr, int priority);
353    

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

Christian Bauer">Christian Bauer
ViewVC Help
Powered by ViewVC 1.1.15