about summary refs log tree commit diff
path: root/sysdeps
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 /sysdeps
parent83fe108b0a9bc4f2deb14695bb0c8b2011e79f28 (diff)
downloadglibc-034c4e1503b3e5c3d621a5fd0994b10506f563eb.tar.gz
glibc-034c4e1503b3e5c3d621a5fd0994b10506f563eb.tar.xz
glibc-034c4e1503b3e5c3d621a5fd0994b10506f563eb.zip
Export new symbol.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/unix/sysv/linux/Versions3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/Versions b/sysdeps/unix/sysv/linux/Versions
index c66e04fee8..24ea75e1ac 100644
--- a/sysdeps/unix/sysv/linux/Versions
+++ b/sysdeps/unix/sysv/linux/Versions
@@ -154,6 +154,9 @@ libc {
 
     fanotify_init; fanotify_mark;
   }
+  GLIBC_2.14 {
+    clock_adjtime;
+  }
   GLIBC_PRIVATE {
     # functions used in other libraries
     __syscall_rt_sigqueueinfo;