mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Define CLOCK_TAI on Linux (bug 17608)
This commit is contained in:
committed by
Florian Weimer
parent
9744496f8a
commit
e9ff8efb5c
@ -1,3 +1,8 @@
|
|||||||
|
2014-11-24 Ryan Cumming <etaoins@gmail.com>
|
||||||
|
|
||||||
|
[BZ #17608]
|
||||||
|
* sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
|
||||||
|
|
||||||
2014-11-24 Joseph Myers <joseph@codesourcery.com>
|
2014-11-24 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
[BZ #17633]
|
[BZ #17633]
|
||||||
|
@ -77,6 +77,8 @@ extern long int __sysconf (int);
|
|||||||
# define CLOCK_REALTIME_ALARM 8
|
# define CLOCK_REALTIME_ALARM 8
|
||||||
/* Like CLOCK_BOOTTIME but also wakes suspended system. */
|
/* Like CLOCK_BOOTTIME but also wakes suspended system. */
|
||||||
# define CLOCK_BOOTTIME_ALARM 9
|
# define CLOCK_BOOTTIME_ALARM 9
|
||||||
|
/* Like CLOCK_REALTIME but in International Atomic Time. */
|
||||||
|
# define CLOCK_TAI 11
|
||||||
|
|
||||||
/* Flag to indicate time is absolute. */
|
/* Flag to indicate time is absolute. */
|
||||||
# define TIMER_ABSTIME 1
|
# define TIMER_ABSTIME 1
|
||||||
|
Reference in New Issue
Block a user