From 5175e5ee49cae6328726f0bd940e37181c64d926 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 16 Aug 2010 05:47:30 +0000 Subject: [PATCH] =?UTF-8?q?2010-08-16=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * posix/Makefile.am: Reflect aio-changes. --- cpukit/posix/Makefile.am | 8 ++++---- 1 file 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 \