mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-03 06:33:51 +08:00
Rename open_by_handle to open_by_handle_at for ARM.
This commit is contained in:
parent
420d6ddd5b
commit
54feca395a
@ -1,3 +1,8 @@
|
||||
2011-04-01 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/arm/bits/fcntl.h: Rename open_by_handle
|
||||
to open_by_handle_at.
|
||||
|
||||
2011-04-01 Ryosei Takagi <ryosei@sm.sony.co.jp>
|
||||
|
||||
* sysdeps/unix/sysv/linux/arm/eabi/____longjmp_chk.S:
|
||||
|
@ -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
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user