Skip to content

Commit

Permalink
Export new symbol.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Mar 31, 2011
1 parent 83fe108 commit 034c4e1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
1 change: 1 addition & 0 deletions Versions.def
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions sysdeps/unix/sysv/linux/Versions
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@ libc {

fanotify_init; fanotify_mark;
}
GLIBC_2.14 {
clock_adjtime;
}
GLIBC_PRIVATE {
# functions used in other libraries
__syscall_rt_sigqueueinfo;
Expand Down

0 comments on commit 034c4e1

Please sign in to comment.