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.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/posix/src/Makefile.in b/c/src/exec/posix/src/Makefile.in
index 4a3aa25f7b..f5864775d3 100644
--- a/c/src/exec/posix/src/Makefile.in
+++ b/c/src/exec/posix/src/Makefile.in
@@ -13,7 +13,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
ENOSYS_C_PIECES=\
execl execle execlp execv execve execvp fork \
- pthreadatfork
+ pthreadatfork wait waitpid
C_PIECES= adasupp cond getpid key mutex pthread psignal sched time \
types unistd $(ENOSYS_C_PIECES)