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

This commit is contained in:
Gregory Nutt 2014-10-09 10:52:53 -06:00
parent 91f5ecc347
commit c2933b92e3
1 changed files with 3 additions and 0 deletions

View File

@ -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 */