From 00e5419f8ed1b927814ba7f84ec8f4b021efe4fe Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Fri, 1 Apr 2011 13:05:15 -0400 Subject: Rename open_by_handle to open_by_handle_at. --- sysdeps/unix/sysv/linux/s390/bits/fcntl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysdeps/unix/sysv/linux/s390') diff --git a/sysdeps/unix/sysv/linux/s390/bits/fcntl.h b/sysdeps/unix/sysv/linux/s390/bits/fcntl.h index b5ea6a9a5d..df039685a2 100644 --- a/sysdeps/unix/sysv/linux/s390/bits/fcntl.h +++ b/sysdeps/unix/sysv/linux/s390/bits/fcntl.h @@ -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 -- cgit 1.4.1