am e1c58ab5: Merge "libc: remove obsolete CLOCK_REALTIME_HR and CLOCK_MONOTONIC_HR"
* commit 'e1c58ab5bb6284b3e3a2d0e54c295a93780b3f70': libc: remove obsolete CLOCK_REALTIME_HR and CLOCK_MONOTONIC_HR
This commit is contained in:
commit
3136623600
@ -101,8 +101,9 @@ extern int clock_gettime(int, struct timespec *);
|
|||||||
#define CLOCK_MONOTONIC 1
|
#define CLOCK_MONOTONIC 1
|
||||||
#define CLOCK_PROCESS_CPUTIME_ID 2
|
#define CLOCK_PROCESS_CPUTIME_ID 2
|
||||||
#define CLOCK_THREAD_CPUTIME_ID 3
|
#define CLOCK_THREAD_CPUTIME_ID 3
|
||||||
#define CLOCK_REALTIME_HR 4
|
#define CLOCK_MONOTONIC_RAW 4
|
||||||
#define CLOCK_MONOTONIC_HR 5
|
#define CLOCK_REALTIME_COARSE 5
|
||||||
|
#define CLOCK_MONOTONIC_COARSE 6
|
||||||
#define CLOCK_BOOTTIME 7
|
#define CLOCK_BOOTTIME 7
|
||||||
#define CLOCK_REALTIME_ALARM 8
|
#define CLOCK_REALTIME_ALARM 8
|
||||||
#define CLOCK_BOOTTIME_ALARM 9
|
#define CLOCK_BOOTTIME_ALARM 9
|
||||||
|
Loading…
x
Reference in New Issue
Block a user