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.in16
1 files changed, 15 insertions, 1 deletions
diff --git a/c/src/exec/posix/src/Makefile.in b/c/src/exec/posix/src/Makefile.in
index f5864775d3..20d6abf580 100644
--- a/c/src/exec/posix/src/Makefile.in
+++ b/c/src/exec/posix/src/Makefile.in
@@ -15,7 +15,21 @@ ENOSYS_C_PIECES=\
execl execle execlp execv execve execvp fork \
pthreadatfork wait waitpid
-C_PIECES= adasupp cond getpid key mutex pthread psignal sched time \
+PTHREAD_PIECES=\
+ pthread pthreadsetcputime pthreadgetcputime pthreadgetcpuclockid \
+ pthreadonce pthreadequal pthreadself pthreadexit pthreaddetach \
+ pthreadjoin pthreadcreate \
+ pthreadattrsetdetachstate pthreadattrgetdetachstate \
+ pthreadattrgetstackaddr pthreadattrsetstackaddr \
+ pthreadattrgetstacksize pthreadattrsetstacksize \
+ pthreadattrinit pthreadattrdestroy \
+ pthreadsetschedparam pthreadgetschedparam \
+ pthreadattrsetschedparam pthreadattrgetschedparam \
+ pthreadattrgetschedpolicy pthreadattrsetschedpolicy \
+ pthreadattrgetinheritsched pthreadattrsetinheritsched \
+ pthreadattrgetscope pthreadattrsetscope
+
+C_PIECES= adasupp cond getpid key mutex $(PTHREAD_PIECES) psignal sched time \
types unistd $(ENOSYS_C_PIECES)
C_FILES=$(C_PIECES:%=%.c)
C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)