mirror of git://sourceware.org/git/glibc.git
Add one more header to be installed, missed from previous patch.
* signal/Makefile (headers): Add bits/types/sigval_t.h.
This commit is contained in:
parent
a992f506ff
commit
2cdfa9e848
|
@ -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>
|
2017-05-20 Zack Weinberg <zackw@panix.com>
|
||||||
|
|
||||||
* bits/sigevent-consts.h
|
* bits/sigevent-consts.h
|
||||||
|
|
|
@ -28,8 +28,8 @@ headers := signal.h sys/signal.h \
|
||||||
bits/sigstack.h bits/sigthread.h bits/ss_flags.h \
|
bits/sigstack.h bits/sigthread.h bits/ss_flags.h \
|
||||||
bits/types/__sigset_t.h bits/types/sig_atomic_t.h \
|
bits/types/__sigset_t.h bits/types/sig_atomic_t.h \
|
||||||
bits/types/sigevent_t.h bits/types/siginfo_t.h \
|
bits/types/sigevent_t.h bits/types/siginfo_t.h \
|
||||||
bits/types/sigset_t.h bits/types/stack_t.h \
|
bits/types/sigset_t.h bits/types/sigval_t.h \
|
||||||
bits/types/struct_sigstack.h
|
bits/types/stack_t.h bits/types/struct_sigstack.h
|
||||||
|
|
||||||
routines := signal raise killpg \
|
routines := signal raise killpg \
|
||||||
sigaction sigprocmask kill \
|
sigaction sigprocmask kill \
|
||||||
|
|
Loading…
Reference in New Issue