11 lines
172 B
C
11 lines
172 B
C
// 2016, Georg Sauthoff <mail@georg.so>, CDDL
|
|
#ifndef COMP_TIMESTRUC_T_H
|
|
#define COMP_TIMESTRUC_T_H
|
|
|
|
#ifdef __sun
|
|
#else
|
|
typedef struct timespec timestruc_t;
|
|
#endif
|
|
|
|
#endif
|