Subversion Repositories SvarDOS

Rev

Rev 616 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 616 Rev 2233
Line 73... Line 73...
73
 
73
 
74
  __END_DECLS
74
  __END_DECLS
75
 
75
 
76
#endif      /* !__DJGPP__ */
76
#endif      /* !__DJGPP__ */
77
 
77
 
78
#if !defined(_STRUCT_TIMESPEC) && !defined(_pthread_signal_h)
78
#if !defined(_STRUCT_TIMESPEC) && !defined(_pthread_signal_h) && !defined(__WATCOMC__)
79
  #define _STRUCT_TIMESPEC
79
  #define _STRUCT_TIMESPEC
80
  struct timespec {
80
  struct timespec {
81
         time_t tv_sec;
81
         time_t tv_sec;
82
         long   tv_nsec;
82
         long   tv_nsec;
83
       };
83
       };