Rename open_by_handle to open_by_handle_at for MIPS.

This commit is contained in:
Joseph Myers 2011-04-01 19:20:14 +00:00
parent 54feca395a
commit e6893dbaa5
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2011-04-01 Joseph Myers <joseph@codesourcery.com>
* sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Rename open_by_handle
to open_by_handle_at.
2011-04-01 Joseph Myers <joseph@codesourcery.com>
* sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_PATH): Define.

View File

@ -327,8 +327,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