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]

GNU C Library master sources branch master updated. glibc-2.17-615-g9723ffc


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 "GNU C Library master sources".

The branch, master has been updated
       via  9723ffc5240f83b158bee770f85e8e515ad08943 (commit)
      from  962e6658a325fdc34c8fd761c41a6c098b8747eb (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://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=9723ffc5240f83b158bee770f85e8e515ad08943

commit 9723ffc5240f83b158bee770f85e8e515ad08943
Author: Roland McGrath <roland@hack.frob.com>
Date:   Mon May 6 16:11:11 2013 -0700

    Move dummy glob64.c alongside glob.c that defines glob64.

diff --git a/ChangeLog b/ChangeLog
index 1deca8f..d1b7ce8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2013-05-06  Roland McGrath  <roland@hack.frob.com>
 
+	* sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
+	* sysdeps/wordsize-64/glob64.c: ... here.
+
 	* sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
 	(pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
 	New macros.
diff --git a/sysdeps/unix/sysv/linux/wordsize-64/glob64.c b/sysdeps/wordsize-64/glob64.c
similarity index 100%
rename from sysdeps/unix/sysv/linux/wordsize-64/glob64.c
rename to sysdeps/wordsize-64/glob64.c

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

Summary of changes:
 ChangeLog                                          |    3 +++
 sysdeps/{unix/sysv/linux => }/wordsize-64/glob64.c |    0
 2 files changed, 3 insertions(+), 0 deletions(-)
 rename sysdeps/{unix/sysv/linux => }/wordsize-64/glob64.c (100%)


hooks/post-receive
-- 
GNU C Library master sources


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