From 613cff6f58129ea3280c763c855e48525e92f1dc Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 29 May 1996 16:54:52 +0000 Subject: removed all ifdef's on NOT_IMPLEMENTED. --- c/src/exec/posix/src/aio.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'c/src/exec/posix/src/aio.c') 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 -#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 -- cgit v1.2.3