summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-07-01 22:42:11 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-07-01 22:42:11 +0000
commitbb224a9706a5a91ef5cd94c1a48391c52d95966d (patch)
treec8185bb1da56295d0d738ef30df87bfe603c737e /c
parentNew file to implement signal(2). (diff)
downloadrtems-bb224a9706a5a91ef5cd94c1a48391c52d95966d.tar.bz2
Added signal_2 file to contain signal(2).
Diffstat (limited to 'c')
-rw-r--r--c/src/exec/posix/src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/posix/src/Makefile.in b/c/src/exec/posix/src/Makefile.in
index 5e73bfd5e8..fb6146dc10 100644
--- a/c/src/exec/posix/src/Makefile.in
+++ b/c/src/exec/posix/src/Makefile.in
@@ -43,7 +43,7 @@ PSIGNAL_PIECES=\
psignal alarm kill killinfo pause pthreadkill pthreadsigmask \
sigaction sigaddset sigdelset sigemptyset sigfillset sigismember \
sigpending sigprocmask sigqueue sigsuspend sigtimedwait sigwait \
- sigwaitinfo
+ sigwaitinfo signal_2
C_PIECES= adasupp cond getpid key mutex $(PTHREAD_PIECES) \
$(PSIGNAL_PIECES) ptimer sched time \