dump1090-fa/compat/clock_gettime/clock_gettime.h

7 lines
134 B
C

#ifndef CLOCK_GETTIME_H
#define CLOCK_GETTIME_H
int clock_gettime(clockid_t clk_id, struct timespec *tp);
#endif // CLOCK_GETTIME_H