aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-04-01 10:33:37 -0400
committerUlrich Drepper <drepper@gmail.com>2011-04-01 10:33:37 -0400
commit158648c0bdda281e252a27c0200dd0ea6f4e0215 (patch)
treeaf62ea68c271feb58cd745679553803dc47687a3 /ChangeLog
parent46998f745736b3c8df5901a27b6c2a19f5cc5e98 (diff)
downloadglibc-158648c0bdda281e252a27c0200dd0ea6f4e0215.tar
glibc-158648c0bdda281e252a27c0200dd0ea6f4e0215.tar.gz
glibc-158648c0bdda281e252a27c0200dd0ea6f4e0215.tar.bz2
glibc-158648c0bdda281e252a27c0200dd0ea6f4e0215.zip
Add support for name_to_handle_at and open_by_handle.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b9c96d2c2a..c63d3ef50a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
2011-04-01 Ulrich Drepper <drepper@gmail.com>
+ * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
+ open_by_handle): Add.
+ * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
+ and MAX_HANDLE_SZ. Declare name_to_handle_at and open_by_handle.
+ Augment a few comments.
+ * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
+ * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
+ * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
+ * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
+ * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
+ * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
+ open_by_handle.
+
* io/fcntl.h (AT_EMPTY_PATH): Define.
2011-03-30 Ulrich Drepper <drepper@gmail.com>