mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
Export new symbol.
This commit is contained in:
parent
83fe108b0a
commit
034c4e1503
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -154,6 +154,9 @@ libc {
|
||||
|
||||
fanotify_init; fanotify_mark;
|
||||
}
|
||||
GLIBC_2.14 {
|
||||
clock_adjtime;
|
||||
}
|
||||
GLIBC_PRIVATE {
|
||||
# functions used in other libraries
|
||||
__syscall_rt_sigqueueinfo;
|
||||
|
Loading…
Reference in New Issue
Block a user