summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/libkse/thread/Makefile.inc2
-rw-r--r--lib/libpthread/thread/Makefile.inc2
2 files changed, 4 insertions, 0 deletions
diff --git a/lib/libkse/thread/Makefile.inc b/lib/libkse/thread/Makefile.inc
index 4e51c6f..974cdb1a 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 4e51c6f..974cdb1a 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 \
OpenPOWER on IntegriCloud