about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-11-07 04:05:12 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-11-07 04:05:12 +0000
commit45832f74730cec39207be84b5a967a3ca8afb633 (patch)
tree0e6c4190d12c5ceec99bc5f2c93153a88a1c130f /ChangeLog
parentfdf689a977fe4d11d61b67e47dc3a2884cec996f (diff)
downloadglibc-45832f74730cec39207be84b5a967a3ca8afb633.tar.gz
glibc-45832f74730cec39207be84b5a967a3ca8afb633.tar.xz
glibc-45832f74730cec39207be84b5a967a3ca8afb633.zip
conformtest: Fix typo in CLK_TCK condition.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0f09cd06c5..6e42f8d349 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-11-07  Joseph Myers  <joseph@codesourcery.com>
+
+	* conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
+	Change XOPEN21K to XOPEN2K.
+
 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
 
 	* string/memmove.c: Use memcpy when possible.