Provide CLOCK_MONOTONIC_FAST

This commit is contained in:
Sebastian Huber 2016-10-21 15:38:58 +02:00
parent 7eb064cda1
commit f0aaa04240

View File

@ -57,6 +57,10 @@
#define _POSIX2_LINE_MAX 128
#ifndef CLOCK_MONOTONIC_FAST
#define CLOCK_MONOTONIC_FAST CLOCK_MONOTONIC
#endif
__BEGIN_DECLS
/* FIXME: Add to Newlib */