Export new symbol.

This commit is contained in:
Ulrich Drepper 2011-03-31 06:30:18 -04:00
parent 83fe108b0a
commit 034c4e1503
3 changed files with 7 additions and 0 deletions

View File

@ -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>

View 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

View 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;