From 2cdfa9e84886535cf7586bc4449850cdce427c64 Mon Sep 17 00:00:00 2001 From: Zack Weinberg Date: Sun, 21 May 2017 09:50:26 -0400 Subject: Add one more header to be installed, missed from previous patch. * signal/Makefile (headers): Add bits/types/sigval_t.h. --- signal/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'signal') diff --git a/signal/Makefile b/signal/Makefile index de92558f2c..9ce8232d43 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 \ -- cgit 1.4.1