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.23-32-gde6e5df


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  de6e5df27ead590c7f590a63665cb87764cf6de3 (commit)
      from  7584a3f96de88d5eefe5d6c634515278cbfbf052 (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=de6e5df27ead590c7f590a63665cb87764cf6de3

commit de6e5df27ead590c7f590a63665cb87764cf6de3
Author: Stefan Liebler <stli@linux.vnet.ibm.com>
Date:   Mon Feb 22 17:44:41 2016 +0100

    Add missing inclusion of libc-internal.h.
    
    The build of posix/tst-dir.c fails due to undefined DIAG_* macros.
    The usage of the macros were introduced in recent commit
    7584a3f96de88d5eefe5d6c634515278cbfbf052
    "Deprecate readdir_r, readdir64_r [BZ #19056]".
    This patch adds the missing header libc-internal.h.

diff --git a/ChangeLog b/ChangeLog
index c1efd1a..3c30a72 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-02-22  Stefan Liebler  <stli@linux.vnet.ibm.com>
+
+	* posix/tst-dir.c: Include libc-internal.h.
+
 2016-02-20  Florian Weimer  <fweimer@redhat.com>
 
 	[BZ #19056]
diff --git a/posix/tst-dir.c b/posix/tst-dir.c
index d0e4878..9dbc556 100644
--- a/posix/tst-dir.c
+++ b/posix/tst-dir.c
@@ -26,7 +26,7 @@
 #include <string.h>
 #include <unistd.h>
 #include <sys/stat.h>
-
+#include <libc-internal.h>
 
 /* We expect four arguments:
    - source directory name

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

Summary of changes:
 ChangeLog       |    4 ++++
 posix/tst-dir.c |    2 +-
 2 files changed, 5 insertions(+), 1 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]