From 4dc89814e10296b8f7212e949a97730abc9032e4 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 2 Nov 1999 17:00:35 +0000 Subject: Split mqueue.c into a variety of files. --- c/src/exec/posix/src/Makefile.in | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'c/src/exec/posix/src/Makefile.in') 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) -- cgit v1.2.3