diff options
Diffstat (limited to 'signal/Makefile')
-rw-r--r-- | signal/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/signal/Makefile b/signal/Makefile index 8c9a7d1..a6a1289 100644 --- a/signal/Makefile +++ b/signal/Makefile @@ -30,7 +30,8 @@ headers := signal.h sys/signal.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/sigval_t.h \ - bits/types/stack_t.h bits/types/struct_sigstack.h + bits/types/stack_t.h bits/types/struct_sigstack.h \ + bits/types/__sigval_t.h routines := signal raise killpg \ sigaction sigprocmask kill \ |