]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Rename open_by_handle to open_by_handle_at.
authorAndreas Schwab <schwab@redhat.com>
Fri, 1 Apr 2011 17:05:15 +0000 (13:05 -0400)
committerUlrich Drepper <drepper@gmail.com>
Fri, 1 Apr 2011 17:05:15 +0000 (13:05 -0400)
ChangeLog
NEWS
sysdeps/unix/sysv/linux/Versions
sysdeps/unix/sysv/linux/i386/bits/fcntl.h
sysdeps/unix/sysv/linux/ia64/bits/fcntl.h
sysdeps/unix/sysv/linux/s390/bits/fcntl.h
sysdeps/unix/sysv/linux/sh/bits/fcntl.h
sysdeps/unix/sysv/linux/sparc/bits/fcntl.h
sysdeps/unix/sysv/linux/syscalls.list
sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h

index 1800170fde4098c17fdaa7f07b1393b3091e3d45..e26298a16796f2c623381e5bc66a96586e68d5a7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2011-04-01  Andreas Schwab  <schwab@redhat.com>
+
+       * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
+       open_by_handle_at.
+       * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
+       * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
+       * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
+       * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
+       * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
+       * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
+       * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
+
 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
 
        * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
diff --git a/NEWS b/NEWS
index 54257ac894898caba24a65eed50bb6049577eaea..8aa9316d5250daa08b24c19496cad1e0bf900585 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,7 +7,7 @@ using `glibc' in the "product" field.
 \f
 Version 2.14
 
-* New Linux interfaces: clock_adjtime, name_to_handle_at, open_by_handle
+* New Linux interfaces: clock_adjtime, name_to_handle_at, open_by_handle_at
 
 * The following bugs are resolved with this release:
 
index 52d0cde118a87d92a72ca16dee5a621bc96539fb..29099dc5c07280b3a44b73f29a645f3170d527a2 100644 (file)
@@ -157,7 +157,7 @@ libc {
   GLIBC_2.14 {
     clock_adjtime;
 
-    name_to_handle_at; open_by_handle;
+    name_to_handle_at; open_by_handle_at;
   }
   GLIBC_PRIVATE {
     # functions used in other libraries
index e7a237eb743e5c24c035e3e9168fef3b2b4b4b5b..6ff59bc429df616d36df6f8722dfa830b2369e16 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
 
index 30df16db20f11754fca57b1d21ad3261e3259b87..72f4b6ceab3e3d0f2623f1a779ce2200afe0f709 100644 (file)
@@ -312,8 +312,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
 
index b5ea6a9a5dd3ac37c022bbdd6519915244bfb52f..df039685a2d42069a7239d27270c62de8dcf144a 100644 (file)
@@ -338,8 +338,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
 
index 784822cabfa65baba1e992f7ea7b12f93c7e25e0..bf2aa83c1ce2931f3c0e61d5f803cd529b43c821 100644 (file)
@@ -318,8 +318,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
 
index 544ff361e5fa61c8a6c99a6efd1df7f8a35fd45f..1271a12cecc8d83872c7e2bb8e9deda0957c9e23 100644 (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
 
index ed2d5f61c01f3b1624f487b7c6b507438e30180c..051303f07cfc69105f55d20d06368617c5ad0f2b 100644 (file)
@@ -106,4 +106,4 @@ timerfd_gettime     EXTRA   timerfd_gettime i:ip    timerfd_gettime
 fanotify_init  EXTRA   fanotify_init   i:ii    fanotify_init
 
 name_to_handle_at EXTRA        name_to_handle_at i:isppi name_to_handle_at
-open_by_handle EXTRA   open_by_handle  Ci:ipi  open_by_handle
+open_by_handle_at EXTRA        open_by_handle_at Ci:ipi  open_by_handle_at
index f4a888d09625cd239eca1f40365b50460d2744cc..7f18562c122dfcb7db9d324e0d02b64ad3218a3d 100644 (file)
@@ -332,8 +332,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 /* use GNU */