1
0
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:
Andreas Schwab
2011-04-01 13:05:15 -04:00
committed by Ulrich Drepper
parent 658e451d8b
commit 00e5419f8e
10 changed files with 27 additions and 15 deletions

View File

@ -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