mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-13 06:24:46 +08:00
Provide CLOCK_UPTIME
This commit is contained in:
parent
71a0436d14
commit
8090fa00ec
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user