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.25-359-g2cdfa9e


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  2cdfa9e84886535cf7586bc4449850cdce427c64 (commit)
      from  a992f506ff7162da2afa5a6151cc6f15949ceef4 (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=2cdfa9e84886535cf7586bc4449850cdce427c64

commit 2cdfa9e84886535cf7586bc4449850cdce427c64
Author: Zack Weinberg <zackw@panix.com>
Date:   Sun May 21 09:50:26 2017 -0400

    Add one more header to be installed, missed from previous patch.
    
    	* signal/Makefile (headers): Add bits/types/sigval_t.h.

diff --git a/ChangeLog b/ChangeLog
index 62341b8..ce060eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-05-21  Zack Weinberg  <zackw@panix.com>
+
+	* signal/Makefile (headers): Add bits/types/sigval_t.h.
+
 2017-05-20  Zack Weinberg  <zackw@panix.com>
 
 	* bits/sigevent-consts.h
diff --git a/signal/Makefile b/signal/Makefile
index de92558..9ce8232 100644
--- a/signal/Makefile
+++ b/signal/Makefile
@@ -28,8 +28,8 @@ headers := signal.h sys/signal.h \
 	   bits/sigstack.h bits/sigthread.h bits/ss_flags.h \
 	   bits/types/__sigset_t.h bits/types/sig_atomic_t.h \
 	   bits/types/sigevent_t.h bits/types/siginfo_t.h \
-	   bits/types/sigset_t.h bits/types/stack_t.h \
-	   bits/types/struct_sigstack.h
+	   bits/types/sigset_t.h bits/types/sigval_t.h \
+	   bits/types/stack_t.h bits/types/struct_sigstack.h
 
 routines	:= signal raise killpg \
 		   sigaction sigprocmask kill \

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

Summary of changes:
 ChangeLog       |    4 ++++
 signal/Makefile |    4 ++--
 2 files changed, 6 insertions(+), 2 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]