]> sourceware.org Git - glibc.git/commitdiff
Rename open_by_handle to open_by_handle_at for ARM.
authorJoseph Myers <joseph@codesourcery.com>
Fri, 1 Apr 2011 19:19:52 +0000 (19:19 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Fri, 1 Apr 2011 19:19:52 +0000 (19:19 +0000)
ChangeLog.arm
sysdeps/unix/sysv/linux/arm/bits/fcntl.h

index e655775e5e961b8552ee6feae6856c406886f1c6..31f478e5a0e474f849ad53b69da4d45c8e11d957 100644 (file)
@@ -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:
index aa2d36ca80f0ca4c5793b28b3852ce60b5fe57ef..cf8e32a4fafdc77aead0707c541b3a2607afb9a2 100644 (file)
@@ -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
 
This page took 0.050344 seconds and 5 git commands to generate.