summaryrefslogtreecommitdiff
path: root/apps/examples/ostest/aio.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/ostest/aio.c')
-rw-r--r--apps/examples/ostest/aio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/examples/ostest/aio.c b/apps/examples/ostest/aio.c
index 9e1628783..2a0e5a555 100644
--- a/apps/examples/ostest/aio.c
+++ b/apps/examples/ostest/aio.c
@@ -50,7 +50,7 @@
#include "ostest.h"
-#ifdef CONFIG_LIBC_AIO
+#ifdef CONFIG_FS_AIO
/****************************************************************************
* Pre-processor Definitions
@@ -228,4 +228,4 @@ void aio_test(void)
}
-#endif /* CONFIG_LIBC_AIO */
+#endif /* CONFIG_FS_AIO */