This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Community source repository for glibc add-on ports branch, master, updated. glibc-2.13-23-ge6893db


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Community source repository for glibc add-on ports".

The branch, master has been updated
       via  e6893dbaa5d11b6f004247aa8fcab988c0f94514 (commit)
      from  54feca395aac2213c61ef1b98ceb14cd9c625085 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc-ports.git;a=commitdiff;h=e6893dbaa5d11b6f004247aa8fcab988c0f94514

commit e6893dbaa5d11b6f004247aa8fcab988c0f94514
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Fri Apr 1 19:20:14 2011 +0000

    Rename open_by_handle to open_by_handle_at for MIPS.

diff --git a/ChangeLog.mips b/ChangeLog.mips
index fd9d992..01703e8 100644
--- a/ChangeLog.mips
+++ b/ChangeLog.mips
@@ -1,5 +1,10 @@
 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
 
+	* sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Rename open_by_handle
+	to open_by_handle_at.
+
+2011-04-01  Joseph Myers  <joseph@codesourcery.com>
+
 	* sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_PATH): Define.
 
 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
diff --git a/sysdeps/unix/sysv/linux/mips/bits/fcntl.h b/sysdeps/unix/sysv/linux/mips/bits/fcntl.h
index 2edc7a2..1da1576 100644
--- a/sysdeps/unix/sysv/linux/mips/bits/fcntl.h
+++ b/sysdeps/unix/sysv/linux/mips/bits/fcntl.h
@@ -327,8 +327,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
 

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog.mips                            |    5 +++++
 sysdeps/unix/sysv/linux/mips/bits/fcntl.h |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Community source repository for glibc add-on ports


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]