mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Rename open_by_handle to open_by_handle_at.
This commit is contained in:
committed by
Ulrich Drepper
parent
658e451d8b
commit
00e5419f8e
12
ChangeLog
12
ChangeLog
@ -1,3 +1,15 @@
|
|||||||
|
2011-04-01 Andreas Schwab <schwab@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
|
||||||
|
open_by_handle_at.
|
||||||
|
* sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
|
||||||
|
* 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/syscalls.list: Likewise.
|
||||||
|
* sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
|
||||||
|
|
||||||
2011-04-01 Ulrich Drepper <drepper@gmail.com>
|
2011-04-01 Ulrich Drepper <drepper@gmail.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
|
* sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
|
||||||
|
2
NEWS
2
NEWS
@ -7,7 +7,7 @@ using `glibc' in the "product" field.
|
|||||||
|
|
||||||
Version 2.14
|
Version 2.14
|
||||||
|
|
||||||
* New Linux interfaces: clock_adjtime, name_to_handle_at, open_by_handle
|
* New Linux interfaces: clock_adjtime, name_to_handle_at, open_by_handle_at
|
||||||
|
|
||||||
* The following bugs are resolved with this release:
|
* The following bugs are resolved with this release:
|
||||||
|
|
||||||
|
@ -157,7 +157,7 @@ libc {
|
|||||||
GLIBC_2.14 {
|
GLIBC_2.14 {
|
||||||
clock_adjtime;
|
clock_adjtime;
|
||||||
|
|
||||||
name_to_handle_at; open_by_handle;
|
name_to_handle_at; open_by_handle_at;
|
||||||
}
|
}
|
||||||
GLIBC_PRIVATE {
|
GLIBC_PRIVATE {
|
||||||
# functions used in other libraries
|
# functions used in other libraries
|
||||||
|
@ -314,8 +314,8 @@ extern int name_to_handle_at (int __dfd, const char *__name,
|
|||||||
|
|
||||||
This function is a possible cancellation point and therefore not
|
This function is a possible cancellation point and therefore not
|
||||||
marked with __THROW. */
|
marked with __THROW. */
|
||||||
extern int open_by_handle (int __mountdirfd, struct file_handle *__handle,
|
extern int open_by_handle_at (int __mountdirfd, struct file_handle *__handle,
|
||||||
int __flags);
|
int __flags);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -312,8 +312,8 @@ extern int name_to_handle_at (int __dfd, const char *__name,
|
|||||||
|
|
||||||
This function is a possible cancellation point and therefore not
|
This function is a possible cancellation point and therefore not
|
||||||
marked with __THROW. */
|
marked with __THROW. */
|
||||||
extern int open_by_handle (int __mountdirfd, struct file_handle *__handle,
|
extern int open_by_handle_at (int __mountdirfd, struct file_handle *__handle,
|
||||||
int __flags);
|
int __flags);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -338,8 +338,8 @@ extern int name_to_handle_at (int __dfd, const char *__name,
|
|||||||
|
|
||||||
This function is a possible cancellation point and therefore not
|
This function is a possible cancellation point and therefore not
|
||||||
marked with __THROW. */
|
marked with __THROW. */
|
||||||
extern int open_by_handle (int __mountdirfd, struct file_handle *__handle,
|
extern int open_by_handle_at (int __mountdirfd, struct file_handle *__handle,
|
||||||
int __flags);
|
int __flags);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -318,8 +318,8 @@ extern int name_to_handle_at (int __dfd, const char *__name,
|
|||||||
|
|
||||||
This function is a possible cancellation point and therefore not
|
This function is a possible cancellation point and therefore not
|
||||||
marked with __THROW. */
|
marked with __THROW. */
|
||||||
extern int open_by_handle (int __mountdirfd, struct file_handle *__handle,
|
extern int open_by_handle_at (int __mountdirfd, struct file_handle *__handle,
|
||||||
int __flags);
|
int __flags);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -325,8 +325,8 @@ extern int name_to_handle_at (int __dfd, const char *__name,
|
|||||||
|
|
||||||
This function is a possible cancellation point and therefore not
|
This function is a possible cancellation point and therefore not
|
||||||
marked with __THROW. */
|
marked with __THROW. */
|
||||||
extern int open_by_handle (int __mountdirfd, struct file_handle *__handle,
|
extern int open_by_handle_at (int __mountdirfd, struct file_handle *__handle,
|
||||||
int __flags);
|
int __flags);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -106,4 +106,4 @@ timerfd_gettime EXTRA timerfd_gettime i:ip timerfd_gettime
|
|||||||
fanotify_init EXTRA fanotify_init i:ii fanotify_init
|
fanotify_init EXTRA fanotify_init i:ii fanotify_init
|
||||||
|
|
||||||
name_to_handle_at EXTRA name_to_handle_at i:isppi name_to_handle_at
|
name_to_handle_at EXTRA name_to_handle_at i:isppi name_to_handle_at
|
||||||
open_by_handle EXTRA open_by_handle Ci:ipi open_by_handle
|
open_by_handle_at EXTRA open_by_handle_at Ci:ipi open_by_handle_at
|
||||||
|
@ -332,8 +332,8 @@ extern int name_to_handle_at (int __dfd, const char *__name,
|
|||||||
|
|
||||||
This function is a possible cancellation point and therefore not
|
This function is a possible cancellation point and therefore not
|
||||||
marked with __THROW. */
|
marked with __THROW. */
|
||||||
extern int open_by_handle (int __mountdirfd, struct file_handle *__handle,
|
extern int open_by_handle_at (int __mountdirfd, struct file_handle *__handle,
|
||||||
int __flags);
|
int __flags);
|
||||||
|
|
||||||
#endif /* use GNU */
|
#endif /* use GNU */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user