somake/comp/timestruc_t.h
2016-08-21 23:34:14 +02:00

11 lines
194 B
C

// 2016, Georg Sauthoff <mail@georg.so>, CDDL
#ifndef COMP_TIMESTRUC_T_H
#define COMP_TIMESTRUC_T_H
#if defined(sun) || defined(__sun)
#else
typedef struct timespec timestruc_t;
#endif
#endif