summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-02-03 16:22:18 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-02-03 16:22:18 +0000
commit0747e2d3c3859bfe2bc6e7591679710e3fdf8a5a (patch)
tree53da5d9364147d18a4628962c75fb83779a15dea /c/src/exec/posix/src/Makefile.in
parentNew test from Juan Zamorano Flores <jzamora@avellano.datsi.fi.upm.es> (diff)
downloadrtems-0747e2d3c3859bfe2bc6e7591679710e3fdf8a5a.tar.bz2
POSIX Timers submitted by Juan Zamorano Flores
<jzamora@avellano.datsi.fi.upm.es>.
Diffstat (limited to 'c/src/exec/posix/src/Makefile.in')
-rw-r--r--c/src/exec/posix/src/Makefile.in4
1 files changed, 2 insertions, 2 deletions
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)