Lines 77-82
extern long int __sysconf (int);
Link Here
|
77 |
# define CLOCK_REALTIME_ALARM 8 |
77 |
# define CLOCK_REALTIME_ALARM 8 |
78 |
/* Like CLOCK_BOOTTIME but also wakes suspended system. */ |
78 |
/* Like CLOCK_BOOTTIME but also wakes suspended system. */ |
79 |
# define CLOCK_BOOTTIME_ALARM 9 |
79 |
# define CLOCK_BOOTTIME_ALARM 9 |
|
|
80 |
/* Like CLOCK_REALTIME but in International Atomic Time. */ |
81 |
# define CLOCK_TAI 11 |
80 |
|
82 |
|
81 |
/* Flag to indicate time is absolute. */ |
83 |
/* Flag to indicate time is absolute. */ |
82 |
# define TIMER_ABSTIME 1 |
84 |
# define TIMER_ABSTIME 1 |
83 |
- |
|
|