summaryrefslogtreecommitdiffstats
path: root/cpukit/posix
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-08-16 05:47:30 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-08-16 05:47:30 +0000
commit5175e5ee49cae6328726f0bd940e37181c64d926 (patch)
treeef3b285f80e71d86be13891eb92aa2ffdd5f1f71 /cpukit/posix
parent2010-08-16 Alin Rus <alin.codejunkie@gmail.com> (diff)
downloadrtems-5175e5ee49cae6328726f0bd940e37181c64d926.tar.bz2
2010-08-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* posix/Makefile.am: Reflect aio-changes.
Diffstat (limited to 'cpukit/posix')
-rw-r--r--cpukit/posix/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpukit/posix/Makefile.am b/cpukit/posix/Makefile.am
index 463705e688..476c86be8f 100644
--- a/cpukit/posix/Makefile.am
+++ b/cpukit/posix/Makefile.am
@@ -49,12 +49,12 @@ include_rtems_posix_HEADERS += inline/rtems/posix/cond.inl \
inline/rtems/posix/rwlock.inl inline/rtems/posix/spinlock.inl
## src
-
-# These are really in the stand but not really functional
-## BUILD_FOR_NOW_C_FILES
libposix_a_SOURCES += src/aio_cancel.c src/aio_error.c src/aio_fsync.c \
src/aio_read.c src/aio_return.c src/aio_suspend.c src/aio_write.c \
- src/lio_listio.c src/devctl.c
+ src/lio_listio.c src/aio_misc.c
+
+# These are really in the stand but not really functional
+libposix_a_SOURCES += src/devctl.c
## ENOSYS_C_FILES
libposix_a_SOURCES += src/_execve.c src/execl.c src/execle.c src/execlp.c \