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.21-339-g9534167


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  953416737a805a67c18d254c39f5086bde590f6e (commit)
      from  d2ee815ad677bba720c4f0275c1d6065f5809e7a (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=953416737a805a67c18d254c39f5086bde590f6e

commit 953416737a805a67c18d254c39f5086bde590f6e
Author: Roland McGrath <roland@hack.frob.com>
Date:   Wed May 13 12:39:01 2015 -0700

    Nit fixes in last change.

diff --git a/ChangeLog b/ChangeLog
index 6ecfde2..08a1bec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,9 @@
 2015-05-13  Roland McGrath  <roland@hack.frob.com>
 
+	* dirent/scandir-tail.c: New file.
 	* dirent/scandir64-tail.c: New file.
 	* dirent/Makefile (routines): Add them.
+	(CFLAGS-scandir-tail.c, CFLAGS-scandir64-tail.c): New variables.
 	* include/dirent.h (__scandir_tail, __scandir64_tail): Declare them.
 	* dirent/scandir.c [!SCANDIR] (SCANDIRAT): Macro removed.
 	[!SCANDIR] (SCANDIR_TAIL): New macro.
diff --git a/dirent/Makefile b/dirent/Makefile
index 551372e..5d02a9c 100644
--- a/dirent/Makefile
+++ b/dirent/Makefile
@@ -35,6 +35,8 @@ tests	   := list tst-seekdir opendir-tst1 bug-readdir1 tst-fdopendir \
 
 CFLAGS-scandir.c = $(uses-callbacks)
 CFLAGS-scandir64.c = $(uses-callbacks)
+CFLAGS-scandir-tail.c = $(uses-callbacks)
+CFLAGS-scandir64-tail.c = $(uses-callbacks)
 
 include ../Rules
 

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

Summary of changes:
 ChangeLog       |    2 ++
 dirent/Makefile |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)


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]