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.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/c/src/exec/posix/src/Makefile.in b/c/src/exec/posix/src/Makefile.in
index 7091a3b7c3..4a3aa25f7b 100644
--- a/c/src/exec/posix/src/Makefile.in
+++ b/c/src/exec/posix/src/Makefile.in
@@ -11,8 +11,12 @@ PROJECT_ROOT = @PROJECT_ROOT@
# following are semi-implemented and untested
# C_PIECES=aio cancel devctl intr mqueue ptimer semaphore time utsname
+ENOSYS_C_PIECES=\
+ execl execle execlp execv execve execvp fork \
+ pthreadatfork
+
C_PIECES= adasupp cond getpid key mutex pthread psignal sched time \
- types unistd
+ types unistd $(ENOSYS_C_PIECES)
C_FILES=$(C_PIECES:%=%.c)
C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)