Provide CLOCK_UPTIME

This commit is contained in:
Sebastian Huber 2016-10-24 09:01:28 +02:00
parent 71a0436d14
commit 8090fa00ec

View File

@ -61,6 +61,10 @@
#define CLOCK_MONOTONIC_FAST CLOCK_MONOTONIC
#endif
#ifndef CLOCK_UPTIME
#define CLOCK_UPTIME CLOCK_MONOTONIC
#endif
#define SIZE_T_MAX SIZE_MAX
__BEGIN_DECLS