summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/aio.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-04-15 18:56:42 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-04-15 18:56:42 +0000
commit3afecf811d05195baf8158cd460e50ee563991f6 (patch)
tree17f38e49adc0d6f57450538622396fd42ac5fc18 /cpukit/posix/src/aio.c
parentNow compile files that previously existed but were not built because they (diff)
downloadrtems-3afecf811d05195baf8158cd460e50ee563991f6.tar.bz2
Now compiles and is included in normal build even though it is untested.
Diffstat (limited to 'cpukit/posix/src/aio.c')
-rw-r--r--cpukit/posix/src/aio.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpukit/posix/src/aio.c b/cpukit/posix/src/aio.c
index 9fc072f820..e57880ff78 100644
--- a/cpukit/posix/src/aio.c
+++ b/cpukit/posix/src/aio.c
@@ -5,6 +5,9 @@
#include <aio.h>
#include <rtems/system.h>
+#include <rtems/posix/seterr.h>
+
+int POSIX_NOT_IMPLEMENTED();
/*PAGE
*