am 7cb82791: Merge "libc: add clock ids CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM"
				
					
				
			* commit '7cb82791cada0283648fedc316171cbffda79af7': libc: add clock ids CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM
This commit is contained in:
		@@ -104,6 +104,8 @@ extern int clock_gettime(int, struct timespec *);
 | 
				
			|||||||
#define CLOCK_REALTIME_HR          4
 | 
					#define CLOCK_REALTIME_HR          4
 | 
				
			||||||
#define CLOCK_MONOTONIC_HR         5
 | 
					#define CLOCK_MONOTONIC_HR         5
 | 
				
			||||||
#define CLOCK_BOOTTIME             7
 | 
					#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_create(int, struct sigevent*, timer_t*);
 | 
				
			||||||
extern int  timer_delete(timer_t);
 | 
					extern int  timer_delete(timer_t);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user