summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-02 17:00:35 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-02 17:00:35 +0000
commit4dc89814e10296b8f7212e949a97730abc9032e4 (patch)
tree1dad373c2e98f6b3127adfd48c7165ab248fbe55 /c/src/exec/posix/src/Makefile.in
parentMinor changes to make the screen match a bit better. (diff)
downloadrtems-4dc89814e10296b8f7212e949a97730abc9032e4.tar.bz2
Split mqueue.c into a variety of files.
Diffstat (limited to 'c/src/exec/posix/src/Makefile.in')
-rw-r--r--c/src/exec/posix/src/Makefile.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/c/src/exec/posix/src/Makefile.in b/c/src/exec/posix/src/Makefile.in
index 015580af6a..5a417c941b 100644
--- a/c/src/exec/posix/src/Makefile.in
+++ b/c/src/exec/posix/src/Makefile.in
@@ -22,6 +22,11 @@ BUILD_FOR_NOW_C_PIECES = aio cancel mqueue semaphore utsname
ENOSYS_C_PIECES = execl execle execlp execv execve execvp fork pthreadatfork \
wait waitpid
+MESSAGE_QUEUE_PIECES= mqueue mqueueclose mqueuecreatesupp mqueuedeletesupp \
+ mqueuegetattr mqueuenametoid mqueuenotify mqueueopen mqueuereceive \
+ mqueuerecvsupp mqueuesend mqueuesendsupp mqueuesetattr \
+ mqueuetimedreceive mqueuetimedsend mqueueunlink \
+
PTHREAD_C_PIECES = pthread pthreadsetcputime pthreadgetcputime \
pthreadgetcpuclockid pthreadonce pthreadequal pthreadself pthreadexit \
pthreaddetach pthreadjoin pthreadcreate pthreadattrsetdetachstate \
@@ -38,7 +43,8 @@ PSIGNAL_C_PIECES = psignal alarm kill killinfo pause pthreadkill \
sigismember sigpending sigprocmask sigqueue sigsuspend sigtimedwait \
sigwait sigwaitinfo signal_2
-C_PIECES = adasupp cond getpid key mutex $(PTHREAD_C_PIECES) \
+C_PIECES = adasupp cond getpid key $(MESSAGE_QUEUE_PIECES) \
+ mutex $(PTHREAD_C_PIECES) \
$(PSIGNAL_C_PIECES) ptimer sched time types unistd $(ENOSYS_C_PIECES) \
$(BUILD_FOR_NOW_C_PIECES)