diff options
Diffstat (limited to 'lib/libpthread')
-rw-r--r-- | lib/libpthread/thread/Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |