From 0747e2d3c3859bfe2bc6e7591679710e3fdf8a5a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 3 Feb 1999 16:22:18 +0000 Subject: POSIX Timers submitted by Juan Zamorano Flores . --- c/src/exec/posix/src/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 f8148aca0e..cb3083329b 100644 --- a/c/src/exec/posix/src/Makefile.in +++ b/c/src/exec/posix/src/Makefile.in @@ -9,7 +9,7 @@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ # following are semi-implemented and untested -# C_PIECES=aio cancel devctl intr mqueue ptimer semaphore time utsname +# C_PIECES=aio cancel devctl intr mqueue semaphore time utsname ENOSYS_C_PIECES=\ execl execle execlp execv execve execvp fork \ @@ -36,7 +36,7 @@ PSIGNAL_PIECES=\ sigwaitinfo C_PIECES= adasupp cond getpid key mutex $(PTHREAD_PIECES) \ - $(PSIGNAL_PIECES) sched time \ + $(PSIGNAL_PIECES) ptimer sched time \ types unistd $(ENOSYS_C_PIECES) C_FILES=$(C_PIECES:%=%.c) -- cgit v1.2.3