diff options
| author | Jonathan Mini <mini@FreeBSD.org> | 2003-02-23 21:14:08 +0000 |
|---|---|---|
| committer | Jonathan Mini <mini@FreeBSD.org> | 2003-02-23 21:14:08 +0000 |
| commit | f88cb3c627d2f287735d9f3ff3bd0b65c63ec893 (patch) | |
| tree | add258c1961ae70be4bac654410e442b351290e4 /lib/libpthread/thread | |
| parent | 3fbe138ca990305e45081ef9156ac450fefda66e (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/thread')
| -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 4e51c6f9836a..974cdb1ad1e1 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 \ |
