]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add one more header to be installed, missed from previous patch.
authorZack Weinberg <zackw@panix.com>
Sun, 21 May 2017 13:50:26 +0000 (09:50 -0400)
committerZack Weinberg <zackw@panix.com>
Sun, 21 May 2017 13:50:26 +0000 (09:50 -0400)
* signal/Makefile (headers): Add bits/types/sigval_t.h.

ChangeLog
signal/Makefile

index 62341b8ed30054883fbdfada54d979a6c377402e..ce060eb8deea960adc3184babddf920a799814aa 100644 (file)
--- 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
index de92558f2ca278ad8e7ee4575d3c67fae3e9a401..9ce8232d438fb0615413a7cbc8a1c1aeb4a7dda8 100644 (file)
@@ -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 \