From f88cb3c627d2f287735d9f3ff3bd0b65c63ec893 Mon Sep 17 00:00:00 2001 From: Jonathan Mini Date: Sun, 23 Feb 2003 21:14:08 +0000 Subject: [PATCH] Add signal logic to the build. --- lib/libkse/thread/Makefile.inc | 2 ++ lib/libpthread/thread/Makefile.inc | 2 ++ 2 files changed, 4 insertions(+) diff --git a/lib/libkse/thread/Makefile.inc b/lib/libkse/thread/Makefile.inc index 4e51c6f9836..974cdb1ad1e 100644 --- a/lib/libkse/thread/Makefile.inc +++ b/lib/libkse/thread/Makefile.inc @@ -78,6 +78,8 @@ SRCS+= \ thr_seterrno.c \ thr_setprio.c \ thr_setschedparam.c \ + thr_sig.c \ + thr_sigaction.c \ thr_sigmask.c \ thr_sigsuspend.c \ thr_sigwait.c \ diff --git a/lib/libpthread/thread/Makefile.inc b/lib/libpthread/thread/Makefile.inc index 4e51c6f9836..974cdb1ad1e 100644 --- a/lib/libpthread/thread/Makefile.inc +++ b/lib/libpthread/thread/Makefile.inc @@ -78,6 +78,8 @@ SRCS+= \ thr_seterrno.c \ thr_setprio.c \ thr_setschedparam.c \ + thr_sig.c \ + thr_sigaction.c \ thr_sigmask.c \ thr_sigsuspend.c \ thr_sigwait.c \