dump1090-fa/compat/clock_nanosleep/clock_nanosleep.h

8 lines
198 B
C

#ifndef CLOCK_NANOSLEEP_H
#define CLOCK_NANOSLEEP_H
int clock_nanosleep (clockid_t id, int flags, const struct timespec *ts,
struct timespec *ots);
#endif //CLOCK_NANOSLEEP_H