aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-03-31 06:30:18 -0400
committerUlrich Drepper <drepper@gmail.com>2011-03-31 06:30:18 -0400
commit034c4e1503b3e5c3d621a5fd0994b10506f563eb (patch)
tree05750a95ff9a3403144cc67fbf36694b6c122e3a /ChangeLog
parent83fe108b0a9bc4f2deb14695bb0c8b2011e79f28 (diff)
downloadglibc-034c4e1503b3e5c3d621a5fd0994b10506f563eb.tar.xz
glibc-034c4e1503b3e5c3d621a5fd0994b10506f563eb.zip
Export new symbol.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 612d2c03a5..393acb8db2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@
* sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
to...
* sysdeps/unix/sysv/linux/bits/timex.h: ...here. New file.
+ * Versions.def: Add GLIBC_2.14.
+ * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
+ Export.
2011-03-22 Ulrich Drepper <drepper@gmail.com>