Skip to content
Snippets Groups Projects
Commit c2933b92 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

libc/aio/aio.h is empty, but add some protection anyway in case it is ever used in the future

parent 91f5ecc3
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,8 @@
#include <nuttx/config.h>
#ifdef CONFIG_FS_AIO
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/
......@@ -67,4 +69,5 @@ extern "C"
* Public Function Prototypes
****************************************************************************/
#endif /* CONFIG_FS_AIO */
#endif /* __LIBC_AIO_AIO_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment