diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-04-01 10:33:37 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-04-01 10:33:37 -0400 |
commit | 158648c0bdda281e252a27c0200dd0ea6f4e0215 (patch) | |
tree | af62ea68c271feb58cd745679553803dc47687a3 /sysdeps/unix/sysv/linux/Versions | |
parent | 46998f745736b3c8df5901a27b6c2a19f5cc5e98 (diff) | |
download | glibc-158648c0bdda281e252a27c0200dd0ea6f4e0215.tar.gz glibc-158648c0bdda281e252a27c0200dd0ea6f4e0215.tar.xz glibc-158648c0bdda281e252a27c0200dd0ea6f4e0215.zip |
Add support for name_to_handle_at and open_by_handle.
Diffstat (limited to 'sysdeps/unix/sysv/linux/Versions')
-rw-r--r-- | sysdeps/unix/sysv/linux/Versions | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/Versions b/sysdeps/unix/sysv/linux/Versions index 24ea75e1ac..52d0cde118 100644 --- a/sysdeps/unix/sysv/linux/Versions +++ b/sysdeps/unix/sysv/linux/Versions @@ -156,6 +156,8 @@ libc { } GLIBC_2.14 { clock_adjtime; + + name_to_handle_at; open_by_handle; } GLIBC_PRIVATE { # functions used in other libraries |