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
@ -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
|
||||
marked with __THROW. */
|
||||
extern int open_by_handle (int __mountdirfd, struct file_handle *__handle,
|
||||
int __flags);
|
||||
extern int open_by_handle_at (int __mountdirfd, struct file_handle *__handle,
|
||||
int __flags);
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user