summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/Makefile.in
diff options
context:
space:
mode:
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)