diff options
author | Andreas Schwab <schwab@redhat.com> | 2011-04-01 13:05:15 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-04-01 13:05:15 -0400 |
commit | 00e5419f8ed1b927814ba7f84ec8f4b021efe4fe (patch) | |
tree | 9f1550edbb87fc4f95bad4492b40fadd4302b3a9 /sysdeps/unix/sysv/linux/s390/bits | |
parent | 658e451d8baa08c315cb19bfe74becafbbda59f4 (diff) | |
download | glibc-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/s390/bits')
-rw-r--r-- | sysdeps/unix/sysv/linux/s390/bits/fcntl.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |