From b965227fa101c747d49dc5ad47a37489af8f970f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 25 Sep 1998 13:28:28 +0000 Subject: Now compiles. --- c/src/exec/posix/src/Makefile.in | 6 +++++- 1 file changed, 5 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 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) -- cgit v1.2.3