summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/aio.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-05-29 16:54:52 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-05-29 16:54:52 +0000
commit613cff6f58129ea3280c763c855e48525e92f1dc (patch)
treee35504fb42cdeb98512ed16729340807085960a4 /c/src/exec/posix/src/aio.c
parentadded entry point for posix initialization threads to the posix initialization (diff)
downloadrtems-613cff6f58129ea3280c763c855e48525e92f1dc.tar.bz2
removed all ifdef's on NOT_IMPLEMENTED.
Diffstat (limited to 'c/src/exec/posix/src/aio.c')
-rw-r--r--c/src/exec/posix/src/aio.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/c/src/exec/posix/src/aio.c b/c/src/exec/posix/src/aio.c
index d740be0c02..07df5ae02f 100644
--- a/c/src/exec/posix/src/aio.c
+++ b/c/src/exec/posix/src/aio.c
@@ -7,8 +7,6 @@
#include <rtems/system.h>
-#ifdef NOT_IMPLEMENTED_YET
-
/*PAGE
*
* 6.7.2 Asynchronous Read, P1003.1b-1993, p. 154
@@ -112,4 +110,3 @@ int aio_fsync(
{
return POSIX_NOT_IMPLEMENTED();
}
-#endif