summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/sh/bits/fcntl.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysv/linux/sh/bits/fcntl.h')
-rw-r--r--sysdeps/unix/sysv/linux/sh/bits/fcntl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/sh/bits/fcntl.h b/sysdeps/unix/sysv/linux/sh/bits/fcntl.h
index 784822cabf..bf2aa83c1c 100644
--- a/sysdeps/unix/sysv/linux/sh/bits/fcntl.h
+++ b/sysdeps/unix/sysv/linux/sh/bits/fcntl.h
@@ -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