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.28.9000-247-gfc78307


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  fc783076ec496a55c029be14617ea16a24589f55 (commit)
      from  9c3dbdbe29837a6cdb30eae5b2fea21e0447e77a (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=fc783076ec496a55c029be14617ea16a24589f55

commit fc783076ec496a55c029be14617ea16a24589f55
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Wed Oct 31 22:43:44 2018 +0100

    hurd: Add pci RPC stubs
    
    	* hurd/Makefile (user-interfaces): Add pci.

diff --git a/ChangeLog b/ChangeLog
index 0a07889..204af29 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,7 @@
 	printing trailing whitespaces refused by git.
 	* sysdeps/gnu/errlist.c (EIEIO): Regenerate.
 	* sysdeps/mach/hurd/bits/errno.h: Regenerate.
+	* hurd/Makefile (user-interfaces): Add pci.
 
 2018-10-30  Joseph Myers  <joseph@codesourcery.com>
 
diff --git a/hurd/Makefile b/hurd/Makefile
index a41737f..2605d62 100644
--- a/hurd/Makefile
+++ b/hurd/Makefile
@@ -34,7 +34,7 @@ user-interfaces		:= $(addprefix hurd/,\
 				       msg msg_reply msg_request \
 				       exec exec_startup crash interrupt \
 				       fs fsys io term tioctl socket ifsock \
-				       login password pfinet \
+				       login password pfinet pci \
 				       )
 server-interfaces	:= hurd/msg faultexc
 

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

Summary of changes:
 ChangeLog     |    1 +
 hurd/Makefile |    2 +-
 2 files changed, 2 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]