libc: add clock ids CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM

Change-Id: I3bf934ab207e39b435e6b41a5fbe7eb318496dc0
This commit is contained in:
Todd Poynor 2013-05-09 15:56:23 -07:00
parent a28cb8bd35
commit b928bda83d

View File

@ -104,6 +104,8 @@ extern int clock_gettime(int, struct timespec *);
#define CLOCK_REALTIME_HR 4
#define CLOCK_MONOTONIC_HR 5
#define CLOCK_BOOTTIME 7
#define CLOCK_REALTIME_ALARM 8
#define CLOCK_BOOTTIME_ALARM 9
extern int timer_create(int, struct sigevent*, timer_t*);
extern int timer_delete(timer_t);