about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/i386/bits/fcntl.h
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2011-04-01 13:05:15 -0400
committerUlrich Drepper <drepper@gmail.com>2011-04-01 13:05:15 -0400
commit00e5419f8ed1b927814ba7f84ec8f4b021efe4fe (patch)
tree9f1550edbb87fc4f95bad4492b40fadd4302b3a9 /sysdeps/unix/sysv/linux/i386/bits/fcntl.h
parent658e451d8baa08c315cb19bfe74becafbbda59f4 (diff)
downloadglibc-00e5419f8ed1b927814ba7f84ec8f4b021efe4fe.tar.gz
glibc-00e5419f8ed1b927814ba7f84ec8f4b021efe4fe.tar.xz
glibc-00e5419f8ed1b927814ba7f84ec8f4b021efe4fe.zip
Rename open_by_handle to open_by_handle_at.
Diffstat (limited to 'sysdeps/unix/sysv/linux/i386/bits/fcntl.h')
-rw-r--r--sysdeps/unix/sysv/linux/i386/bits/fcntl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/i386/bits/fcntl.h b/sysdeps/unix/sysv/linux/i386/bits/fcntl.h
index e7a237eb74..6ff59bc429 100644
--- a/sysdeps/unix/sysv/linux/i386/bits/fcntl.h
+++ b/sysdeps/unix/sysv/linux/i386/bits/fcntl.h
@@ -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