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 /ChangeLog | |
parent | 46998f745736b3c8df5901a27b6c2a19f5cc5e98 (diff) | |
download | glibc-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-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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> |