This is the mail archive of the
glibc-cvs@sourceware.org
mailing list for the glibc project.
GNU C Library master sources branch roland/nacl-port/master updated. 2579fa35e253c93a6352a125ad2706d4e51bd600
- From: roland at sourceware dot org
- To: glibc-cvs at sourceware dot org
- Date: 18 Mar 2014 21:59:34 -0000
- Subject: GNU C Library master sources branch roland/nacl-port/master updated. 2579fa35e253c93a6352a125ad2706d4e51bd600
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, roland/nacl-port/master has been updated
via 2579fa35e253c93a6352a125ad2706d4e51bd600 (commit)
from ed09652b52212d90b9793b1ce10a1499ac9c5012 (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=2579fa35e253c93a6352a125ad2706d4e51bd600
commit 2579fa35e253c93a6352a125ad2706d4e51bd600
Author: Roland McGrath <roland@hack.frob.com>
Date: Tue Mar 18 14:59:27 2014 -0700
sysdep_headers for bits/mman-linux.h
diff --git a/sysdeps/nacl/Makefile b/sysdeps/nacl/Makefile
index ed9d6fd..dd81215 100644
--- a/sysdeps/nacl/Makefile
+++ b/sysdeps/nacl/Makefile
@@ -48,6 +48,12 @@ before-compile += $(nacl-irt.h)
ifeq ($(subdir),misc)
+# We reuse the Linux file since the bits match. The file lives in the
+# top-level source tree so we can use it without reference to any
+# sysdeps/.../linux/ directories, but it's still a sysdeps decision to
+# install it.
+sysdep_headers += bits/mman-linux.h
+
$(objpfx)nacl-interfaces.v.i: $(nacl)/nacl-interfaces.mk.in \
$(nacl)/nacl-interface-list.h
-include $(objpfx)nacl-interfaces.v
-----------------------------------------------------------------------
Summary of changes:
sysdeps/nacl/Makefile | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
hooks/post-receive
--
GNU C Library master sources