mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-13 16:19:16 +08:00
Provide CLOCK_UPTIME
This commit is contained in:
parent
71a0436d14
commit
8090fa00ec
@ -61,6 +61,10 @@
|
|||||||
#define CLOCK_MONOTONIC_FAST CLOCK_MONOTONIC
|
#define CLOCK_MONOTONIC_FAST CLOCK_MONOTONIC
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef CLOCK_UPTIME
|
||||||
|
#define CLOCK_UPTIME CLOCK_MONOTONIC
|
||||||
|
#endif
|
||||||
|
|
||||||
#define SIZE_T_MAX SIZE_MAX
|
#define SIZE_T_MAX SIZE_MAX
|
||||||
|
|
||||||
__BEGIN_DECLS
|
__BEGIN_DECLS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user