somake/comp/timestruc_t.h

11 lines
172 B
C
Raw Normal View History

2016-08-21 13:20:41 +00:00
// 2016, Georg Sauthoff <mail@georg.so>, CDDL
#ifndef COMP_TIMESTRUC_T_H
#define COMP_TIMESTRUC_T_H
2016-08-23 18:26:31 +00:00
#ifdef __sun
2016-08-21 13:20:41 +00:00
#else
typedef struct timespec timestruc_t;
#endif
#endif