]> sourceware.org Git - glibc.git/commitdiff
Export new symbol.
authorUlrich Drepper <drepper@gmail.com>
Thu, 31 Mar 2011 10:30:18 +0000 (06:30 -0400)
committerUlrich Drepper <drepper@gmail.com>
Thu, 31 Mar 2011 10:30:18 +0000 (06:30 -0400)
ChangeLog
Versions.def
sysdeps/unix/sysv/linux/Versions

index 612d2c03a5107750d794694587f15053b8f0a765..393acb8db262cb930ea583b416a65f848790de94 100644 (file)
--- 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>
 
index 0ccda50dab1cef738d99aa96f13199fc01e06ee3..e478fdd9e54e917dfaad29c83496d4f6e721413a 100644 (file)
@@ -30,6 +30,7 @@ libc {
   GLIBC_2.11
   GLIBC_2.12
   GLIBC_2.13
+  GLIBC_2.14
 %ifdef USE_IN_LIBIO
   HURD_CTHREADS_0.3
 %endif
index c66e04fee8922030226ecd68d8ee45de8aaac46d..24ea75e1acd56f428da5eb2caf0ebd96e8b060a8 100644 (file)
@@ -154,6 +154,9 @@ libc {
 
     fanotify_init; fanotify_mark;
   }
+  GLIBC_2.14 {
+    clock_adjtime;
+  }
   GLIBC_PRIVATE {
     # functions used in other libraries
     __syscall_rt_sigqueueinfo;
This page took 0.050297 seconds and 5 git commands to generate.