From 158648c0bdda281e252a27c0200dd0ea6f4e0215 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 1 Apr 2011 10:33:37 -0400 Subject: Add support for name_to_handle_at and open_by_handle. --- sysdeps/unix/sysv/linux/Versions | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sysdeps/unix/sysv/linux/Versions') diff --git a/sysdeps/unix/sysv/linux/Versions b/sysdeps/unix/sysv/linux/Versions index 24ea75e..52d0cde 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 -- cgit v1.1