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 612d2c0..393acb8 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 0ccda50..e478fdd 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 c66e04f..24ea75e 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;