summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-05-21 17:20:41 -0400
committerUlrich Drepper <drepper@gmail.com>2011-05-21 17:20:41 -0400
commit05bb4a68ad7b05e16f942552a867da6ffb88278f (patch)
treed01d36bc75c9590ecf7b167d8cc1bd3ca5017543 /ChangeLog
parentadcd5c15d2a37794d021104160b425ff61f88219 (diff)
downloadglibc-05bb4a68ad7b05e16f942552a867da6ffb88278f.tar.gz
glibc-05bb4a68ad7b05e16f942552a867da6ffb88278f.tar.xz
glibc-05bb4a68ad7b05e16f942552a867da6ffb88278f.zip
Define CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bc73ba35bc..8a55e9da7b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
 
+	* sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
+	and CLOCK_BOOTTIME_ALARM.
+
 	[BZ #12782]
 	* string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
 	is returned.