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.27.9000-158-g44c6376


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  44c6376ca357531fe8169f821acde8c4b574d5ac (commit)
      from  48d34cbc234ce21c79316dc7de9c27207903c220 (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=44c6376ca357531fe8169f821acde8c4b574d5ac

commit 44c6376ca357531fe8169f821acde8c4b574d5ac
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sun Mar 4 01:59:30 2018 +0100

    hurd: Add missing include
    
    	* sysdeps/mach/hurd/dl-sysdep.c: Include <mach/machine/vm_param.h>.

diff --git a/ChangeLog b/ChangeLog
index 32270f2..70b08c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,6 +16,7 @@
 	!defined _LIBC || !IS_IN (libc)]: Do not include <hurd/signal.h>.
 	* hurd/hurd/fd.h (_hurd_fd_error): Fix struct initializer to be
 	trivial, for C++ conformity.
+	* sysdeps/mach/hurd/dl-sysdep.c: Include <mach/machine/vm_param.h>.
 
 2018-03-03  Andreas Schwab  <schwab@linux-m68k.org>
 
diff --git a/sysdeps/mach/hurd/dl-sysdep.c b/sysdeps/mach/hurd/dl-sysdep.c
index 71d62e2..1317fd5 100644
--- a/sysdeps/mach/hurd/dl-sysdep.c
+++ b/sysdeps/mach/hurd/dl-sysdep.c
@@ -31,6 +31,7 @@
 #include <assert.h>
 #include <sysdep.h>
 #include <mach/mig_support.h>
+#include <mach/machine/vm_param.h>
 #include "hurdstartup.h"
 #include <hurd/lookup.h>
 #include <hurd/auth.h>

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

Summary of changes:
 ChangeLog                     |    1 +
 sysdeps/mach/hurd/dl-sysdep.c |    1 +
 2 files changed, 2 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]